The package rpms/python-cassandra-driver.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-cassandra-driver.git/commit/?....
Change: -%ifarch s390x
Thanks.
Full change: ============
commit 0e6acfe9307812b380d2e90cdafcfa4bc835a0ff Author: Miro Hronok miro@hroncok.cz Date: Thu Oct 31 17:03:26 2019 +0100
Orphaned for 6+ weeks
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 692914e..0000000 --- a/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -/python-driver-840064a9e27929c5f44ba06b72bfc3e69d905ee6.tar.gz -/3.6.0.tar.gz -/3.7.0.tar.gz -/3.7.1.tar.gz -/3.8.0.tar.gz -/3.8.1.tar.gz -/3.9.0.tar.gz -/0001-Fix-tests-of-Murmur-hash-algorithm-on-big-endian-pla.patch -/3.10.0.tar.gz -/3.11.0.tar.gz -/3.12.0.tar.gz -/3.13.0.tar.gz -/3.14.0.tar.gz -/3.17.0.tar.gz -/3.18.0.tar.gz -/3.19.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec deleted file mode 100644 index ab254a9..0000000 --- a/python-cassandra-driver.spec +++ /dev/null @@ -1,313 +0,0 @@ -%if 0%{?fedora} -%global with_python3 1 -%global with_tests 1 -%endif - -%global __provides_exclude_from ^%{python2_sitearch}/cassandra/io/.*\.so$ -%if 0%{?with_python3} -%global __provides_exclude_from ^%{python3_sitearch}/cassandra/io/.*\.so$ -%endif - -%ifnarch x86_64 i686 aarch64 armv7hl -# disable debuginfo package on other platmorms -%global debug_package %{nil} -%endif - -%global srcname python-driver -%global pypi_name cassandra-driver -%global modname cassandra -%global desc A modern, feature-rich and highly-tunable Python client library for\ -Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively\ -Cassandra's binary protocol and Cassandra Query Language v3.\ - -Name: python-%{pypi_name} -Version: 3.19.0 -Release: 2%{?dist} -Summary: Python driver for Apache Cassandra -License: ASL 2.0 -URL: https://github.com/datastax/%%7Bsrcname%7D -Source0: https://github.com/datastax/%%7Bsrcname%7D/archive/%%7Bversion%7D.tar.gz - -BuildRequires: gcc -BuildRequires: libev -BuildRequires: libev-devel - -BuildRequires: python2-devel - -%if 0%{?fedora} -BuildRequires: python2-Cython -BuildRequires: python2-setuptools -BuildRequires: python2-nose -%else -BuildRequires: python-setuptools -BuildRequires: python-nose -%endif - -%if 0%{?with_python3} -BuildRequires: python%{python3_pkgversion}-Cython -BuildRequires: python%{python3_pkgversion}-setuptools -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-scales -BuildRequires: python%{python3_pkgversion}-blist -BuildRequires: python%{python3_pkgversion}-nose -BuildRequires: python%{python3_pkgversion}-mock -BuildRequires: python%{python3_pkgversion}-sure -BuildRequires: python%{python3_pkgversion}-packaging -BuildRequires: python%{python3_pkgversion}-eventlet -%endif - -%description -%{desc} - -%package doc -Summary: Documentation for python-%{pypi_name} - -%description doc -This package provides the documentation for python-%{pypi_name}. - - -%package -n python2-%{pypi_name} -Summary: %{summary} -%{?python_provide:%python_provide python2-%{pypi_name}} -Requires: python2-futures -Requires: python2-scales -Requires: python2-blist - -Provides: %{name} = %{version}-%{release} -Obsoletes: %{name} < 3.7.1-5 - -%description -n python2-%{pypi_name} -%{desc} - -%if 0%{?with_python3} -%package -n python%{python3_pkgversion}-%{pypi_name} -Summary: %{summary} -%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} -Requires: python%{python3_pkgversion}-scales -Requires: python%{python3_pkgversion}-blist - -%description -n python%{python3_pkgversion}-%{pypi_name} -%{desc} -%endif - -%prep -%autosetup -n %{srcname}-%{version} -# Fix Cython version requirements (remove upper limit) -sed -i 's/([cC]ython.*),<0.28/\1/g' test-requirements.txt setup.py - -%build -# Build with Cython only in Fedora -%if 0%{?fedora} -%py2_build -%else -%py2_build -- --no-cython -%endif - -%if 0%{?with_python3} -%py3_build -%endif - -%install -%if 0%{?fedora} -%py2_install -%else -%py2_install -- --no-cython -%endif - -# Remove useless Asyncio extension from Python 2 sitearch -rm %{buildroot}%{python2_sitearch}/%{modname}/io/asyncioreactor.py - -%if 0%{?with_python3} -%py3_install -%endif - -%if "%(%{__python2} -c 'import sys; print sys.byteorder')" == "little" -# ccache mock plugin can cause wrong mode to be set -chmod 0755 %{buildroot}%{python2_sitearch}/%{modname}/{io/,}*.so || : -%endif - -%if 0%{?with_python3} -%if "%(%{__python3} -c 'import sys; print(sys.byteorder)')" == "little" -# ccache mock plugin can cause wrong mode to be set -chmod 0755 %{buildroot}%{python3_sitearch}/%{modname}/{io/,}*.so || : -%endif -%endif - -%check -# Just running the unit tests. Integration tests need ccm and cassandra -# running (neither shipped with Fedora) -%if 0%{?with_tests} -%if 0%{?with_python3} -%{__python3} -m nose tests/unit/ \ -%ifarch ppc64 --e test_murmur3_python -%endif # ifarch -%ifarch aarch64 --e test_nts_token_performance -%endif # ifarch -%ifarch s390x --e test_murmur3_python -e test_multi_timer_validation -e test_nts_token_performance -%endif # ifarch -%endif # with_python3 -%endif # with_tests - -%files doc -%doc docs/ -%license LICENSE - -%files -n python2-%{pypi_name} -%{python2_sitearch}/%{modname}/ -%exclude %{python2_sitearch}/%{modname}/*.c -%exclude %{python2_sitearch}/%{modname}/*/*.c -%{python2_sitearch}/%{modname}*.egg-info/ -%doc CHANGELOG.rst README.rst example_core.py example_mapper.py -%license LICENSE - -%if 0%{?with_python3} -%files -n python%{python3_pkgversion}-%{pypi_name} -%{python3_sitearch}/%{modname}/ -%exclude %{python3_sitearch}/%{modname}/*.c -%exclude %{python3_sitearch}/%{modname}/*/*.c -%{python3_sitearch}/%{modname}*.egg-info/ -%doc CHANGELOG.rst README.rst example_core.py example_mapper.py -%license LICENSE -%endif - -%changelog -* Thu Sep 19 2019 Miro Hronok mhroncok@redhat.com - 3.19.0-2 -- Drop python2 test deps - -* Fri Aug 30 2019 Lumr Balhar lbalhar@redhat.com - 3.19.0-1 -- New upstream version 3.19.0 - -* Mon Aug 19 2019 Miro Hronok mhroncok@redhat.com - 3.18.0-3 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 3.18.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed May 29 2019 Lumr Balhar lbalhar@redhat.com - 3.18.0-1 -- New upstream version - -* Wed Feb 20 2019 Lumr Balhar lbalhar@redhat.com - 3.17.0-1 -- New upstream version - -* Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 3.14.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering releng@fedoraproject.org - 3.14.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hronok mhroncok@redhat.com - 3.14.0-2 -- Rebuilt for Python 3.7 - -* Wed Apr 18 2018 Lumr Balhar lbalhar@redhat.com - 3.14.0-1 -- New upstream version - -* Wed Feb 21 2018 Iryna Shcherbina ishcherb@redhat.com - 3.13.0-3 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering releng@fedoraproject.org - 3.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Feb 01 2018 Lumir Balhar lbalhar@redhat.com - 3.13.0-1 -- New upstream version - -* Wed Nov 15 2017 Lumir Balhar lbalhar@redhat.com - 3.12.0-2 -- Fixed issue with Cython dependency (upper limitation) - -* Tue Nov 07 2017 Lumr Balhar lbalhar@redhat.com - 3.12.0-1 -- New upstream release - -* Thu Aug 03 2017 Fedora Release Engineering releng@fedoraproject.org - 3.11.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Mon Jul 31 2017 Lumr Balhar lbalhar@redhat.com - 3.11.0-1 -- New upstream version - -* Thu Jul 27 2017 Fedora Release Engineering releng@fedoraproject.org - 3.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri May 26 2017 Lumr Balhar lbalhar@redhat.com - 3.10.0-1 -- New upstream release -- Skip new test for specific platforms - -* Thu May 18 2017 Lumr Balhar lbalhar@redhat.com - 3.9.0-3 -- Skip only specific tests on centrain unsupported platforms - -* Tue May 16 2017 Lumr Balhar lbalhar@redhat.com - 3.9.0-2 -- Fix and enable tests on more (big endian) platforms - -* Sun Apr 16 2017 Lumr Balhar lbalhar@redhat.com - 3.9.0-1 -- New upstream release - -* Wed Mar 29 2017 Lumr Balhar lbalhar@redhat.com - 3.8.1-3 -- Disable Cython integration and tests in Epel7 - -* Mon Mar 27 2017 Lumr Balhar lbalhar@redhat.com - 3.8.1-2 -- Epel7 update - -* Fri Mar 17 2017 Lumr Balhar lbalhar@redhat.com - 3.8.1-1 -- New upstream release - -* Thu Feb 23 2017 Lumr Balhar lbalhar@redhat.com - 3.8.0-1 -- New upstream release - -* Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 3.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jan 04 2017 Lumr Balhar lbalhar@redhat.com - 3.7.1-4 -- Added Provides and Obsoletes to specfile - -* Mon Jan 02 2017 Lumr Balhar lbalhar@redhat.com - 3.7.1-3 -- Fixed typo in summary macro in specfile -- Added hotfix for Cython version requirements - -* Mon Dec 19 2016 Miro Hronok mhroncok@redhat.com - 3.7.1-2 -- Rebuild for Python 3.6 - -* Wed Nov 02 2016 Lumr Balhar lbalhar@redhat.com - 3.7.1-1 -- New upstream version - -* Tue Oct 04 2016 Lumir Balhar lbalhar@redhat.com - 3.7.0-2 -- Removed workaround for big-endians platforms which is not necessary anymore - -* Thu Sep 15 2016 Lumir Balhar lbalhar@redhat.com - 3.7.0-1 -- New upstream version - -* Tue Aug 02 2016 Lumir Balhar lbalhar@redhat.com - 3.6.0-1 -- New upstream version -- Python 2/3 subpackages - -* Tue Jul 19 2016 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1.1-9 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pac... - -* Thu Feb 04 2016 Fedora Release Engineering releng@fedoraproject.org - 1.1.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed May 27 2015 Lubomir Rintel lkundrak@v3.sk - 1.1.1-6 -- Fix up the previous patch - -* Wed May 27 2015 Lubomir Rintel lkundrak@v3.sk - 1.1.1-5 -- Fix build on 64-bit big-endians (Jakub ajka, rh #1225487) - -* Sun Aug 17 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat May 03 2014 Lubomir Rintel (GoodData) lubo.rintel@gooddata.com - 1.1.1-2 -- Make sure the .so files have correct mode -- Fix license tag - -* Wed Apr 23 2014 Lubomir Rintel (GoodData) lubo.rintel@gooddata.com - 1.1.1-1 -- Update to 1.1.1 -- Use versioned python macros - -* Fri Mar 21 2014 Lubomir Rintel (GoodData) lubo.rintel@gooddata.com - 1.0.2-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index ec1fcb5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (3.19.0.tar.gz) = 1e65d46140897adee4d9386f136abb7371774c83659e7fe247ce10231fe6e4145f153be3ed35c21578a4a49a3946ccb8665d39617fe0dd47d18172607290bdcf
arch-excludes@lists.fedoraproject.org