commit 89dcd2073cd916eb6baf79759258f2a386b39f94 Author: tigro Date: Sun Jan 5 22:12:49 2025 +0300 import python-snappy-0.7.2-2.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34ec0d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/python-snappy-0.7.2.tar.gz diff --git a/.python-snappy.metadata b/.python-snappy.metadata new file mode 100644 index 0000000..b6000d5 --- /dev/null +++ b/.python-snappy.metadata @@ -0,0 +1 @@ +df61e331f336bd0c7a28ace7f43922ad5ad3cf02 SOURCES/python-snappy-0.7.2.tar.gz diff --git a/SPECS/python-snappy.spec b/SPECS/python-snappy.spec new file mode 100644 index 0000000..eb49131 --- /dev/null +++ b/SPECS/python-snappy.spec @@ -0,0 +1,195 @@ +%global pypi_name python-snappy + +Name: python-snappy +Version: 0.7.2 +Release: 2%{?dist} +Summary: Python library for the snappy compression library from Google +License: BSD +URL: https://pypi.python.org/pypi/%{pypi_name} +Source0: %pypi_source + +BuildRequires: gcc-c++ +BuildRequires: snappy-devel +BuildArch: noarch + +%description +Python bindings for the snappy compression library from Google. + + +%package -n python3-snappy +Summary: Python library for the snappy compression library from Google +BuildRequires: gcc-c++ +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-cffi +BuildRequires: python3-cramjam +BuildRequires: snappy-devel +Requires: python3-cffi +Requires: snappy +# Don't use %%pypi_name here to avoid a python-python-snappy provide +%{?python_provide:%python_provide python3-snappy} + +%description -n python3-snappy +Python bindings for the snappy compression library from Google. + + +%prep +%setup -qn python_snappy-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-snappy +%doc README.rst AUTHORS +%license LICENSE +%{python3_sitelib}/snappy/ +%{python3_sitelib}/python_snappy-%{version}-py%{python3_version}.egg-info/ + + +%changelog +* Sun Jan 05 2025 Arkady L. Shane - 0.7.2-2 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jun 22 2024 Julien Enselme - 0.7.2-1 +- Update to 0.7.2 + +* Sat Jun 15 2024 Julien Enselme - 0.7.1-1 +- Update to 0.7.1 + +* Fri Jun 07 2024 Python Maint - 0.6.1-10 +- Rebuilt for Python 3.13 + +* Fri Jun 07 2024 Python Maint - 0.6.1-9 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 0.6.1-5 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.6.1-2 +- Rebuilt for Python 3.11 + +* Wed Jun 01 2022 Tomáš Hrnčiar - 0.6.1-1 +- Update to 0.6.1 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.5.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.5.4-10 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.5.4-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.5.4-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.5.4-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu May 09 2019 Miro Hrončok - 0.5.4-2 +- Subpackage python2-snappy has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Mar 23 2019 Julien Enselme - 0.5.4-1 +- Update to 0.5.4 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jul 30 2018 Julien Enselme - 0.5.3-1 +- Update to 0.5.3 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.5.2-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 29 2018 Julien Enselme - 0.5.2-1 +- Update to 0.5.2 + +* Thu Aug 03 2017 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun May 07 2017 Julien Enselme - 0.5.1-1 +- Update to 0.5.1 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.5-10 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.5-9 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Nov 12 2015 Fedora Release Engineering - 0.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Fri Nov 6 2015 Julien Enselme - 0.5-6 +- Correct provides for python2 package + +* Thu Nov 5 2015 Julien Enselme - 0.5-5 +- Rebuilt for python 3.5 + +* Thu Nov 5 2015 Julien Enselme - 0.5-4 +- Update package for new python guidelines + +* Thu Jul 30 2015 Julien Enselme - 0.5-3 +- Add provides for python2-snappy +- Remove usage of python2 and python3 dirs + +* Fri Jul 24 2015 Julien Enselme - 0.5-2 +- Remove usage of %%py3dir +- Add CFLAGS in %%build + +* Sat Jul 18 2015 Julien Enselme - 0.5-1 +- Initial packaging