From 0d36a5ef7dc67592290f79c75923839194775e45 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: May 28 2019 10:38:10 +0000 Subject: python-oslo-cache is not longer needed by any OpenStack client package in fedora --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9f4b65c..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/oslo.cache-0.2.0.tar.gz -/oslo.cache-0.5.0.tar.gz -/oslo.cache-0.7.0.tar.gz -/oslo.cache-1.5.0.tar.gz -/oslo.cache-1.14.0.tar.gz -/oslo.cache-1.17.0.tar.gz -/oslo.cache-1.28.0.tar.gz diff --git a/Changelog.old b/Changelog.old deleted file mode 100644 index 2a2684c..0000000 --- a/Changelog.old +++ /dev/null @@ -1,45 +0,0 @@ -* Sat Jul 14 2018 Fedora Release Engineering - 1.17.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.17.0-5 -- Rebuilt for Python 3.7 - -* Tue Feb 27 2018 Iryna Shcherbina - 1.17.0-4 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 1.17.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.17.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Feb 08 2017 Alfredo Moralejo 1.17.0-1 -- Update to 1.17.0 - -* Sat Feb 11 2017 Fedora Release Engineering - 1.14.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 1.14.0-2 -- Rebuild for Python 3.6 - -* Wed Sep 07 2016 Haikel Guemar 1.14.0-1 -- Update to 1.14.0 - -* Tue Jul 19 2016 Fedora Release Engineering - 1.5.0-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Mon Mar 21 2016 Haikel Guemar 1.5.0- -- Update to 1.5.0 - -* Thu Feb 04 2016 Fedora Release Engineering - 0.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Sep 18 2015 Alan Pevec 0.7.0-1 -- Update to upstream 0.7.0 - -* Tue Aug 18 2015 Alan Pevec 0.5.0-1 -- Update to upstream 0.5.0 - -* Fri Jul 10 2015 Chandan Kumar - 0.2.0-1 -- Initial package. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..08bcb14 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +python-oslo-cache is not longer needed by any OpenStack client package in fedora diff --git a/python-oslo-cache.spec b/python-oslo-cache.spec deleted file mode 100644 index 8cc09ce..0000000 --- a/python-oslo-cache.spec +++ /dev/null @@ -1,164 +0,0 @@ -%{!?upstream_version: %global upstream_version %{version}%{?milestone}} - -# NOTE(ykarel) disable doc as doc depends on etcd3gw which is -# not packaged. -%global with_doc 0 - -%global pypi_name oslo.cache -%global pkg_name oslo-cache - -%global common_desc \ -oslo.cache aims to provide a generic caching mechanism for OpenStack projects \ -by wrapping the dogpile.cache library. The dogpile.cache library provides \ -support memoization, key value storage and interfaces to common caching \ -backends such as Memcached. - -Name: python-oslo-cache -Version: 1.28.0 -Release: 3%{?dist} -Summary: Cache storage for Openstack projects - -License: ASL 2.0 -URL: http://launchpad.net/%{pypi_name} -Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{upstream_version}.tar.gz -BuildArch: noarch - -BuildRequires: git - -%if 0%{?with_doc} -%package doc -Summary: Documentation for the OpenStack Oslo Cache library - -BuildRequires: python3-sphinx -BuildRequires: python3-oslo-config -BuildRequires: python3-openstackdocstheme -BuildRequires: python3-oslo-sphinx -BuildRequires: python3-fixtures -BuildRequires: dos2unix - -%description doc -Documentation for the OpenStack Oslo cache library. -%endif - -%package -n python3-%{pkg_name} -Summary: Cache storage for Openstack projects -%{?python_provide:%python_provide python3-%{pkg_name}} - -BuildRequires: python3-devel -BuildRequires: python3-pbr -# Required for tests -BuildRequires: python3-hacking -BuildRequires: python3-mock -BuildRequires: python3-oslotest -BuildRequires: python3-memcached -BuildRequires: python3-pymongo -BuildRequires: python3-dogpile-cache >= 0.6.2 -BuildRequires: python3-oslo-log >= 3.36.0 -BuildRequires: python3-urllib3 - -Requires: python3-dogpile-cache >= 0.6.2 -Requires: python3-six -Requires: python3-oslo-config >= 2:5.1.0 -Requires: python3-oslo-i18n >= 3.15.3 -Requires: python3-oslo-log >= 3.36.0 -Requires: python3-oslo-utils >= 3.33.0 -Requires: python3-memcached -Requires: python-%{pkg_name}-lang = %{version}-%{release} - -%description -n python3-%{pkg_name} -%{common_desc} - -%package -n python3-%{pkg_name}-tests -Summary: Tests for the OpenStack Oslo Cache library - -Requires: python3-%{pkg_name} = %{version}-%{release} -Requires: python3-hacking -Requires: python3-mock -Requires: python3-oslotest -Requires: python3-pymongo - -%description -n python3-%{pkg_name}-tests -Tests for the OpenStack Oslo Cache library - -%package -n python-%{pkg_name}-lang -Summary: Translation files for Oslo cache library - -%description -n python-%{pkg_name}-lang -Translation files for Oslo cache library - -%description -%{common_desc} - - -%prep -%autosetup -n %{pypi_name}-%{upstream_version} -S git -# Remove bundled egg-info -rm -rf %{pypi_name}.egg-info - -# Let RPM handle the dependencies -sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py -rm -f {test-,}requirements.txt - - -%build -%py3_build - -%if 0%{?with_doc} -#doc -%{__python3} setup.py build_sphinx -b html -# Fix hidden-file-or-dir warnings -rm -fr doc/build/html/.buildinfo -%endif -# Generate i18n files -%{__python3} setup.py compile_catalog -d build/lib/oslo_cache/locale - - -%install -%py3_install -%if 0%{?with_doc} -dos2unix doc/build/html/_static/jquery.js -%endif - -# Install i18n .mo files (.po and .pot are not required) -install -d -m 755 %{buildroot}%{_datadir} -rm -f %{buildroot}%{python3_sitelib}/oslo_cache/locale/*/LC_*/oslo_cache*po -rm -f %{buildroot}%{python3_sitelib}/oslo_cache/locale/*pot -mv %{buildroot}%{python3_sitelib}/oslo_cache/locale %{buildroot}%{_datadir}/locale - -# Find language files -%find_lang oslo_cache --all-name - -%check -rm -rf .testrepository -PYTHON=%{__python3} %{__python3} setup.py test - -%if 0%{?with_doc} -%files doc -%doc doc/build/html -%license LICENSE -%endif - -%files -n python-%{pkg_name}-lang -f oslo_cache.lang -%license LICENSE - -%files -n python3-%{pkg_name} -%license LICENSE -%doc AUTHORS CONTRIBUTING.rst README.rst PKG-INFO ChangeLog -%{python3_sitelib}/oslo_cache -%{python3_sitelib}/%{pypi_name}-%{upstream_version}-py?.?.egg-info -%exclude %{python3_sitelib}/oslo_cache/tests - -%files -n python3-%{pkg_name}-tests -%{python3_sitelib}/oslo_cache/tests - -%changelog -* Sat Feb 02 2019 Fedora Release Engineering - 1.28.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Nov 19 2018 Miro Hrončok - 1.28.0-2 -- Subpackages python2-oslo-cache, python2-oslo-cache-tests have been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Feb 10 2018 RDO 1.28.0-1 -- Update to 1.28.0 - diff --git a/sources b/sources deleted file mode 100644 index 19b1226..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (oslo.cache-1.28.0.tar.gz) = 44deabf9dbe3c24afd04d09f91f95d902221995130559e7895045eed98356ed9e085f5ee9b7e2bd0b4581df563a67707121b7571b0b7f822f0bb5a55b6dedafe