Update to new upstream release 12.11.1 (#2165212)
Modernize python packaging
This commit is contained in:
parent
935d1616f2
commit
ece547f484
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/PyQt5_sip-12.9.0.tar.gz
|
/PyQt5_sip-12.9.0.tar.gz
|
||||||
/PyQt5_sip-12.9.1.tar.gz
|
/PyQt5_sip-12.9.1.tar.gz
|
||||||
/PyQt5_sip-12.11.0.tar.gz
|
/PyQt5_sip-12.11.0.tar.gz
|
||||||
|
/PyQt5_sip-12.11.1.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
||||||
|
|
||||||
Name: python-%{pkg_name}
|
Name: python-%{pkg_name}
|
||||||
Version: 12.11.0
|
Version: 12.11.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The sip module support for PyQt5
|
Summary: The sip module support for PyQt5
|
||||||
|
|
||||||
License: GPLv2 or GPLv3
|
License: GPLv2 or GPLv3
|
||||||
@ -15,8 +15,6 @@ Source0: %{pypi_source}
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: %{py3_dist setuptools} >= 30.3
|
|
||||||
BuildRequires: %{py3_dist wheel}
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
The sip extension module provides support for the PyQt5 package.
|
The sip extension module provides support for the PyQt5 package.
|
||||||
@ -35,11 +33,17 @@ Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version}
|
||||||
|
|
||||||
|
%generate_buildrequires
|
||||||
|
%pyproject_buildrequires
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%py3_check_import PyQt5.sip
|
||||||
|
|
||||||
%files -n python3-%{pkg_name}
|
%files -n python3-%{pkg_name}
|
||||||
%doc README
|
%doc README
|
||||||
@ -47,6 +51,10 @@ Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
|||||||
%{python3_sitearch}/PyQt5/
|
%{python3_sitearch}/PyQt5/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2023 Scott Talbert <swt@techie.net> - 12.11.1-1
|
||||||
|
- Update to new upstream release 12.11.1 (#2165212)
|
||||||
|
- Modernize python packaging
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12.11.0-3
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12.11.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyQt5_sip-12.11.0.tar.gz) = 1542747ef1912c05b0054ffec16294046e20dd4eb757bb664fb92d7b6ed924521469e88d27e515146f725d153e3ebe3a3bf72805de6451fb52ff86ed5b9128d7
|
SHA512 (PyQt5_sip-12.11.1.tar.gz) = 9a24b6e8356fdb1070672ee37e5f4259d72a75bb60376ad0946274331ae29a6cceb98a6c5a278bf5e8015a3d493c925bacab8593ef02c310ff3773bd3ee46a5d
|
||||||
|
Loading…
Reference in New Issue
Block a user