From 58ca65872549f1d450047bb115e7dd2b190c5e5e Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 17 2018 12:54:15 +0000 Subject: https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9fb44c4..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -/fmn.web-0.1.4.tar.gz -/fmn.web-0.2.0.tar.gz -/fmn.web-0.2.1.tar.gz -/fmn.web-0.2.2.tar.gz -/fmn.web-0.2.3.tar.gz -/fmn.web-0.2.4.tar.gz -/fmn.web-0.2.5.tar.gz -/fmn.web-0.2.6.tar.gz -/fmn.web-0.3.0.tar.gz -/fmn.web-0.4.1.tar.gz -/fmn.web-0.4.3.tar.gz -/fmn.web-0.4.4.tar.gz -/fmn.web-0.4.7.tar.gz -/fmn.web-0.5.0.tar.gz -/fmn.web-0.5.1.tar.gz -/fmn.web-0.5.2.tar.gz -/fmn.web-0.5.3.tar.gz -/fmn.web-0.6.0.tar.gz -/fmn.web-0.7.0.tar.gz -/fmn.web-0.7.1.tar.gz -/fmn.web-0.7.4.tar.gz -/fmn.web-0.7.7.tar.gz -/fmn.web-0.8.1.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-fmn-web.spec b/python-fmn-web.spec deleted file mode 100644 index 0ce18e9..0000000 --- a/python-fmn-web.spec +++ /dev/null @@ -1,245 +0,0 @@ -%global modname fmn.web - -%if 0%{?rhel} && 0%{?rhel} <= 6 -%{!?__python2: %global __python2 %{__python}} -%{!?python2_sitelib: %global python2_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?python2_sitearch: %global python2_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%endif - -Name: python-fmn-web -Version: 0.8.1 -Release: 8%{?dist} -Summary: Frontend Web Application for Fedora Notifications - -Group: Development/Libraries -License: LGPLv2+ -URL: http://pypi.python.org/pypi/fmn.web -Source0: http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz - -BuildArch: noarch - -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-nose - -BuildRequires: python2-fmn -BuildRequires: python2-openid -BuildRequires: python2-openid-cla -BuildRequires: python2-openid-teams -BuildRequires: python2-flask -BuildRequires: python2-flask-openid -BuildRequires: python2-wtforms -BuildRequires: python2-docutils -BuildRequires: python2-markupsafe -BuildRequires: python2-pylibravatar -BuildRequires: python2-pydns -BuildRequires: python2-urllib3 -BuildRequires: python2-fedmsg-meta-fedora-infrastructure -BuildRequires: python2-datanommer-models -BuildRequires: python2-arrow - -%if 0%{?rhel} && 0%{?rhel} <= 6 -BuildRequires: python-ordereddict -BuildRequires: python-sqlalchemy0.8 -%else -BuildRequires: python2-sqlalchemy -%endif - - - - -%global _description\ -fmn is a family of systems to manage end-user notifications triggered by\ -fedmsg, the Fedora FEDerated MESsage bus.\ -\ -This module contains the frontend web application for Fedora Notifications. - -%description %_description - -%package -n python2-fmn-web -Summary: %summary -Requires: python2-fmn -Requires: python2-openid -Requires: python2-openid-cla -Requires: python2-openid-teams -Requires: python2-flask -Requires: python2-flask-openid -Requires: python2-wtforms -Requires: python2-docutils -Requires: python2-markupsafe -Requires: python2-pylibravatar -Requires: python2-pydns -Requires: python2-urllib3 -Requires: python2-fedmsg-meta-fedora-infrastructure -Requires: python2-datanommer-models -Requires: python2-arrow -%if 0%{?rhel} && 0%{?rhel} <= 6 -Requires: python-ordereddict -Requires: python-sqlalchemy0.8 -%else -Requires: python2-sqlalchemy -%endif -Requires: httpd -Requires: python2-mod_wsgi -%{?python_provide:%python_provide python2-fmn-web} - -%description -n python2-fmn-web %_description - -%prep -%setup -q -n %{modname}-%{version} - -# Remove bundled egg-info in case it exists -rm -rf %{modname}.egg-info - -%build -%{__python2} setup.py build - -%install -%{__python2} setup.py install -O1 --skip-build --root=%{buildroot} - -%{__mkdir_p} %{buildroot}/%{_datadir}/%{modname} -%{__mkdir_p} %{buildroot}/%{_sysconfdir}/httpd/conf.d - -cp -p apache/%{modname}.wsgi %{buildroot}%{_datadir}/%{modname}/%{modname}.wsgi -cp -p apache/%{modname}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{modname}.conf -cp -r fmn/web/static/ %{buildroot}%{_datadir}/%{modname}/static - -rm -rf %{buildroot}%{_datadir}/%{modname}/static/bootstrap - -%files -n python2-fmn-web -%doc README.rst COPYING COPYING.LESSER CHANGELOG.rst -%{python2_sitelib}/fmn/web/ -%{python2_sitelib}/%{modname}-%{version}* - -%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{modname}.conf -%{_datadir}/%{modname} - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 0.8.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Mar 09 2018 Iryna Shcherbina - 0.8.1-7 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.8.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.8.1-5 -- Python 2 binary package renamed to python2-fmn-web - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Jul 27 2017 Fedora Release Engineering - 0.8.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.8.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.8.1-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Mar 02 2016 Ralph Bean - 0.8.1-1 -- new version - -* Thu Feb 04 2016 Fedora Release Engineering - 0.7.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Nov 16 2015 Ralph Bean - 0.7.7-1 -- new version - -* Mon Nov 16 2015 Ralph Bean - 0.7.4-1 -- new version - -* Thu Aug 27 2015 Ralph Bean - 0.7.1-1 -- new version - -* Wed Jul 08 2015 Ralph Bean - 0.7.0-3 -- Remove incorrectly archived static resources. - -* Thu Jun 18 2015 Fedora Release Engineering - 0.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Jun 11 2015 Ralph Bean - 0.7.0-1 -- new version - -* Sun May 03 2015 Ralph Bean - 0.6.0-1 -- new version - -* Tue Apr 14 2015 Ralph Bean - 0.5.3-1 -- new version - -* Thu Mar 26 2015 Ralph Bean - 0.5.2-1 -- new version - -* Wed Mar 25 2015 Ralph Bean - 0.5.1-1 -- new version - -* Tue Mar 24 2015 Ralph Bean - 0.5.0-1 -- new version - -* Fri Feb 20 2015 Ralph Bean - 0.4.7-1 -- new version - -* Thu Feb 19 2015 Ralph Bean - 0.4.4-1 -- new version - -* Wed Jan 14 2015 Ralph Bean - 0.4.3-1 -- Latest upstream. - -* Mon Jan 12 2015 Ralph Bean - 0.4.1-1 -- Latest upstream. - -* Tue Sep 16 2014 Ralph Bean - 0.3.0-2 -- Patch two bugs caught in staging. - -* Mon Sep 15 2014 Ralph Bean - 0.3.0-1 -- Latest upstream. - -* Wed Jul 23 2014 Ralph Bean - 0.2.6-1 -- Latest upstream. - -* Tue Jun 10 2014 Ralph Bean - 0.2.5-1 -- Latest upstream. - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 02 2014 Ralph Bean - 0.2.4-2 -- Patch for Covert Redirect. - -* Thu Mar 27 2014 Ralph Bean - 0.2.4-1 -- Upstream release fixing omitted directories. - -* Thu Mar 27 2014 Ralph Bean - 0.2.3-2 -- Use cp -p over install. - -* Thu Mar 27 2014 Ralph Bean - 0.2.3-1 -- Upstream release. - -* Mon Jan 27 2014 Ralph Bean - 0.2.2-1 -- Latest upstream. -- Android linkage pieces. - -* Thu Jan 23 2014 Ralph Bean - 0.2.1-2 -- Add forgotten deps on datanommer, python-arrow, and fedmsg.meta. - -* Thu Jan 23 2014 Ralph Bean - 0.2.1-1 -- Latest upstream. -- Frontpage facelift. -- Show matching messages for a filter if datanommer is available. - -* Wed Jan 22 2014 Ralph Bean - 0.2.0-2 -- Correct installation of static dir. - -* Fri Dec 06 2013 Ralph Bean - 0.2.0-1 -- Upstream release. - -* Fri Dec 06 2013 Ralph Bean - 0.1.4-2 -- Update permissions on the wsgi file to be non-executable. - -* Fri Dec 06 2013 Ralph Bean - 0.1.4-1 -- Latest upstream with inactive-by-default apache config -- Removed unnecessary ownership of /usr/share/fmn.web - -* Tue Dec 03 2013 Ralph Bean - 0.1.3-1 -- initial package for Fedora diff --git a/sources b/sources deleted file mode 100644 index a9b35dc..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -50639274e5512a1d935449d178daa245 fmn.web-0.8.1.tar.gz