Compare commits

...

No commits in common. 'c9' and 'i8c-stream-3.9_bootstrap' have entirely different histories.

@ -2,7 +2,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.10.1 Version: 0.10.1
Release: 6%{?dist} Release: 2%{?dist}
Summary: Pure-Python MySQL client library Summary: Pure-Python MySQL client library
License: MIT License: MIT
@ -10,6 +10,10 @@ URL: https://pypi.python.org/pypi/%{pypi_name}/
Source0: https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Exclude i686 arch. Due to a modularity issue it's being added to the
# x86_64 compose of CRB, but we don't want to ship it at all.
# See: https://projects.engineering.redhat.com/browse/RCM-72605
ExcludeArch: i686
%description %description
This package contains a pure-Python MySQL client library. The goal of PyMySQL is This package contains a pure-Python MySQL client library. The goal of PyMySQL is
@ -20,6 +24,7 @@ and Jython.
%package -n python%{python3_pkgversion}-%{pypi_name} %package -n python%{python3_pkgversion}-%{pypi_name}
Summary: %{summary} Summary: %{summary}
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-rpm-macros
BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-cryptography BuildRequires: python%{python3_pkgversion}-cryptography
Requires: python%{python3_pkgversion}-cryptography Requires: python%{python3_pkgversion}-cryptography
@ -57,24 +62,12 @@ rm -rf tests
%{python3_sitelib}/pymysql/ %{python3_sitelib}/pymysql/
%changelog %changelog
* Mon Feb 21 2022 Tomas Orsava <torsava@redhat.com> - 0.10.1-6 * Fri May 24 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.10.1-2
- Add gating configuration and a simple smoke test - Rebuilt for MSVSphere 8.10
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 0.10.1-5 * Mon Jan 18 2021 Tomas Orsava <torsava@redhat.com> - 0.10.1-2
- Add automatically generated Obsoletes tag with the python39- prefix - Convert from Fedora to the python39 module in RHEL8
for smoother upgrade from RHEL8 - Resolves: rhbz#1877430
- Related: rhbz#1990421
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.10.1-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.10.1-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Sep 10 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.10.1-1 * Thu Sep 10 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.10.1-1
- Update to 0.10.1 (#1877703) - Update to 0.10.1 (#1877703)

Loading…
Cancel
Save