diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 80c7c7d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Flask-Principal-0.4.0.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 85522fd..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2012 Ali Afshar - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file 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-flask-principal.spec b/python-flask-principal.spec deleted file mode 100644 index 3cc63ab..0000000 --- a/python-flask-principal.spec +++ /dev/null @@ -1,134 +0,0 @@ -%global pypi_name Flask-Principal -%global sum Identity management for Flask applications -Name: python-flask-principal -Version: 0.4.0 -Release: 27%{?dist} -Summary: %{sum} - -License: MIT -URL: https://pypi.python.org/pypi/%{pypi_name} -Source0: https://pypi.python.org/packages/source/F/%{pypi_name}/%{pypi_name}-%{version}.tar.gz -# patch adding LICENSE to release tarball accepted upstream, will be included in the next version -Source1: LICENSE - -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: python3-setuptools - -%description -Flask-Principal provides a very loose framework to tie in authentication -and user information providers, often located in different parts of a web -application. - -%package -n python3-flask-principal -Summary: %{sum} -Requires: python3-flask -Requires: python3-blinker -%{?python_provide:%python_provide python3-flask-principal} - -%description -n python3-flask-principal -Flask-Principal provides a very loose framework to tie in authentication -and user information providers, often located in different parts of a web -application. - -%prep -%setup -q -n %{pypi_name}-%{version} -rm -rf %{pypi_name}.egg-info -cp %{SOURCE1} . - -%build -%py3_build - -%install -%py3_install - -%files -n python3-flask-principal -%doc LICENSE README.rst -%{python3_sitelib}/* - -%changelog -* Fri Jun 04 2021 Python Maint - 0.4.0-27 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.0-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.4.0-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.4.0-24 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.4.0-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.4.0-22 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.4.0-21 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.4.0-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 0.4.0-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Dec 10 2018 Miro Hrončok - 0.4.0-18 -- Subpackage python2-flask-principal has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Jul 14 2018 Fedora Release Engineering - 0.4.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.4.0-16 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Iryna Shcherbina - 0.4.0-14 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.4.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.4.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.4.0-11 -- Rebuild for Python 3.6 - -* Tue Jul 26 2016 Athos Coimbra Ribeiro - 0.4.0-10 -- Add python 2 and 3 subpackages - -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.0-9 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 0.4.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.4.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Aug 12 2013 Richard Marko - 0.4.0-5 -- Added missing LICENSE file - -* Sun Aug 04 2013 Fedora Release Engineering - 0.4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Jul 07 2013 Richard Marko - 0.4.0-3 -- Removed upstream egg - -* Thu Jul 04 2013 Richard Marko - 0.4.0-2 -- Added python-setuptools to BuildRequires -- Added python-blinker to Requires -- Fixed Summary - -* Tue Jul 02 2013 Richard Marko - 0.4.0-1 -- Initial packaging attempt diff --git a/sources b/sources deleted file mode 100644 index cae18a0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -462d1345c9ddaddbec33a743e5821e2c Flask-Principal-0.4.0.tar.gz