diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ba1e302..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/statscache_plugins-0.0.1.tar.gz -/statscache_plugins-0.0.2.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..fb1bcd9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal diff --git a/sources b/sources deleted file mode 100644 index a6d41e0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -64965424d7372c1decfd1dbff12af606 statscache_plugins-0.0.2.tar.gz diff --git a/statscache-plugins.spec b/statscache-plugins.spec deleted file mode 100644 index 092f7c2..0000000 --- a/statscache-plugins.spec +++ /dev/null @@ -1,86 +0,0 @@ -%{!?pyver: %global pyver %(%{__python2} -c "import sys ; print sys.version[:3]")} - -%global modname statscache_plugins - - -Name: statscache-plugins -Version: 0.0.2 -Release: 8%{?dist} -Summary: Plugins for statscache daemon -Group: Applications/Internet -License: LGPLv2+ -URL: http://github.com/fedora-infra/statscache_plugins -Source0: http://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.tar.gz - -BuildArch: noarch - -BuildRequires: python2-devel -BuildRequires: statscache-common >= 0.0.2 -BuildRequires: python2-sqlalchemy -BuildRequires: python2-fedmsg-meta-fedora-infrastructure -BuildRequires: python2-nose - -Requires: statscache-common >= 0.0.2 -Requires: python2-sqlalchemy -Requires: python2-fedmsg-meta-fedora-infrastructure -Requires: python2-nose - -%description -Plugins for statscache daemon. - -%prep -%setup -q -n %{modname}-%{version} - -%build -%py2_build - -# The test suite is broken for now.. but it should be working again soon. -#%check -#PYTHONPATH=$(pwd) %{__python2} setup.py test - -%install -%py2_install - -%files -%doc README.rst -%license COPYING COPYING.LESSER - -%{python2_sitelib}/%{modname}/ -%{python2_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/ - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 0.0.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.0.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Feb 01 2018 Iryna Shcherbina - 0.0.2-6 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Aug 11 2017 Iryna Shcherbina - 0.0.2-5 -- Add a build-time dependency on python2-devel - -* Thu Jul 27 2017 Fedora Release Engineering - 0.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.0.2-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Oct 30 2015 Ralph Bean - 0.0.2-1 -- new version -- Disable test suite, which is broken for now. - -* Fri Oct 09 2015 Ralph Bean - 0.0.1-2 -- Added some missing requirements. -- Moved license files to their own macro. - -* Tue Jun 23 2015 Ratnadeep Debpnath - 0.0.1-1 -- Initial packaging.