]> git.pld-linux.org Git - packages/python3-yarl.git/commitdiff
rpm version for noarch subpackage master auto/th/python3-yarl-1.8.2-1
authorJan Palus <atler@pld-linux.org>
Tue, 28 Feb 2023 11:46:58 +0000 (12:46 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 28 Feb 2023 11:46:58 +0000 (12:46 +0100)
python3-yarl.spec

index dddc18f69633e1e7a943fefab5340dafeaca0187..99dea355ee37ef59a3c8760cb208dc0185eba98e 100644 (file)
@@ -6,32 +6,33 @@
 Summary:       Yet another URL library
 Summary(pl.UTF-8):     Yet another URL library - jeszcze jedna biblioteka do URL-i
 Name:          python3-yarl
-Version:       1.7.2
-Release:       3
+Version:       1.8.2
+Release:       1
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/yarl/
 Source0:       https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz
-# Source0-md5: acd3eb25a9c46b10a699a3bee5fb9777
+# Source0-md5: 57c82725b9f4895eecee45faf5e61a54
 URL:           https://pypi.org/project/yarl/
-BuildRequires: python3-devel >= 1:3.6
+BuildRequires: python3-devel >= 1:3.7
 BuildRequires: python3-setuptools
 %if %{with tests}
 BuildRequires: python3-idna >= 2.0
 BuildRequires: python3-multidict >= 4.0
 BuildRequires: python3-pytest >= 3.8.2
 BuildRequires: python3-pytest-cov
-%if "%{py3_ver}" < "3.8"
+%if "%{py3_ver}" == "3.7"
 BuildRequires: python3-typing_extensions >= 3.7.4
 %endif
 %endif
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.752
 %if %{with doc}
 BuildRequires: python3-alabaster
 BuildRequires: sphinx-pdg-3
 %endif
-Requires:      python3-modules >= 1:3.6
+Requires:      python3-modules >= 1:3.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -78,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %py3_install
 
-%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/yarl/_quoting_c.{c,pyx}
+%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/yarl/_quoting_c.pyx
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.144761 seconds and 4 git commands to generate.