diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b8ce19c..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -repoze.what-1.0.9.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/python-repoze-what-release.patch b/python-repoze-what-release.patch deleted file mode 100644 index a33d120..0000000 --- a/python-repoze-what-release.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- repoze/what/release.py.orig 2009-08-10 10:36:03.000000000 -0400 -+++ repoze/what/release.py 2009-08-10 10:36:40.000000000 -0400 -@@ -24,10 +24,7 @@ - - import os - --_here = os.path.abspath(os.path.dirname(__file__)) --_root = os.path.dirname(os.path.dirname(_here)) -- --version = open(os.path.join(_root, 'VERSION.txt')).readline().rstrip() -+version = '$VERSION' - - # The major version: If version=='3.0.2rc4', the major version is int(3). - major_version = int(version.split('.')[0]) diff --git a/python-repoze-what-setup.patch b/python-repoze-what-setup.patch deleted file mode 100644 index a9b648a..0000000 --- a/python-repoze-what-setup.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2009-02-09 12:15:10.000000000 -0500 -+++ setup.py 2009-02-09 12:15:33.000000000 -0500 -@@ -17,9 +17,6 @@ - - import os - --from ez_setup import use_setuptools --use_setuptools() -- - from setuptools import setup, find_packages - - here = os.path.abspath(os.path.dirname(__file__)) diff --git a/python-repoze-what.spec b/python-repoze-what.spec deleted file mode 100644 index f13e461..0000000 --- a/python-repoze-what.spec +++ /dev/null @@ -1,162 +0,0 @@ -Name: python-repoze-what -Version: 1.0.9 -Release: 21%{?dist} -Summary: Authorization for WSGI applications - -License: BSD -URL: http://pypi.python.org/pypi/repoze.what -Source0: http://pypi.python.org/packages/source/r/repoze.what/repoze.what-%{version}.tar.gz -Patch0: %{name}-setup.patch -Patch1: %{name}-release.patch -BuildArch: noarch - -# For building documentation -BuildRequires: python3-sphinx - -%global _description\ -`repoze.what` is an `authorization framework` for WSGI applications,\ -based on `repoze.who` (which deals with `authentication`).\ -\ -On the one hand, it enables an authorization system based on the groups to\ -which the `authenticated or anonymous` user belongs and the permissions granted\ -to such groups by loading these groups and permissions into the request on the\ -way in to the downstream WSGI application.\ -\ -And on the other hand, it enables you to manage your groups and permissions\ -from the application itself or another program, under a backend-independent\ -API. For example, it would be easy for you to switch from one back-end to\ -another, and even use this framework to migrate the data.\ -\ -It's highly extensible, so it's very unlikely that it will get in your way.\ -Among other things, you can extend it to check for many other conditions (such\ -as checking that the user comes from a given country, based on her IP address,\ -for example). - -%description %_description - -%package docs -Summary: Documentation for repoze.what -Requires: python3-repoze-what = %{version} - -%description docs -This package contains documentation for the repoze.who module. - -%prep -%setup -q -n repoze.what-%{version} -%patch0 -b .setup -%patch1 -b .release -sed -i -e 's|$VERSION|%{version}|' repoze/what/release.py - -# Kill an artificial version constraint -sed -i "/'repoze.who.*$/d" setup.py - -%build -make -C docs html - - -%install - -%check -# Causing package to be FTBFS since F-19! -# PYTHONPATH=`pwd` nosetests - -%files docs -%doc docs/ - - -%changelog -* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek - 1.0.9-21 -- Python2 binary package has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0.9-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0.9-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Jan 27 2018 Iryna Shcherbina - 1.0.9-18 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.9-17 -- Python 2 binary package renamed to python2-repoze-what - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Aug 10 2017 Iryna Shcherbina - 1.0.9-16 -- Add a build-time dependency on python2-devel and modernize spec file - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0.9-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0.9-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 1.0.9-13 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 1.0.9-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jul 3 2015 Peter Robinson 1.0.9-11 -- Disable make check due to failures - -* Thu Jun 18 2015 Fedora Release Engineering - 1.0.9-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Mar 16 2015 Ralph Bean - 1.0.9-9 -- Kill an artificial version constraint. - -* Sat Jun 07 2014 Fedora Release Engineering - 1.0.9-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Dec 06 2013 Pierre-Yves Chibon fr - 1.0.9-7 -- Change BR from python-setuptools-devel to python-setuptools - See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 1.0.9-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 1.0.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.0.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 1.0.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 26 2010 Orcan Ogetbil - 1.0.9-1 -- Update to 1.0.9 - -* Thu Jul 22 2010 David Malcolm - 1.0.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Oct 26 2009 Luke Macken - 1.0.8-5 -- Require python-repoze-who-testutil - -* Mon Aug 10 2009 Luke Macken - 1.0.8-4 -- Get the test suite working - -* Sun Jul 26 2009 Fedora Release Engineering - 1.0.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Jun 01 2009 Luke Macken - 1.0.8-2 -- Fix the dependency in the docs subpackage - -* Thu May 21 2009 Luke Macken - 1.0.8-1 -- Update to 1.0.8 -- Create a docs subpackage for the compiled Sphinx documentation. - -* Mon Feb 09 2009 Luke Macken - 1.0.4-1 -- Update to 1.0.4 -- Fix the URL - -* Tue Jan 06 2009 Luke Macken - 1.0-0.1.rc2.r2927 -- Update to 1.0rc2-r2927 - -* Tue Oct 21 2008 Luke Macken - 1.0-0.1.rc1.r2803 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 4288088..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -115c2ab06b336d670fed944a404041bc repoze.what-1.0.9.tar.gz