diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e497326..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/atfork-0.1.2.zip diff --git a/0001-Resolve-rpmlint-non-executable-script-error.patch b/0001-Resolve-rpmlint-non-executable-script-error.patch deleted file mode 100644 index ef56d47..0000000 --- a/0001-Resolve-rpmlint-non-executable-script-error.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 33b9ee4bfc249cf7dd58c10ef0942f7234d7a372 Mon Sep 17 00:00:00 2001 -From: James Laska -Date: Thu, 26 May 2011 14:55:11 -0400 -Subject: [PATCH] Resolve rpmlint non-executable-script error - ---- - atfork/tests/test_atfork.py | 2 -- - atfork/tests/test_stdlib_fixer.py | 2 -- - 2 files changed, 0 insertions(+), 4 deletions(-) - -diff --git a/atfork/tests/test_atfork.py b/atfork/tests/test_atfork.py -index 245d8b2..f69b8e7 100755 ---- a/atfork/tests/test_atfork.py -+++ b/atfork/tests/test_atfork.py -@@ -1,5 +1,3 @@ --#!/usr/bin/python --# - # Copyright 2009 Google Inc. - # - # Licensed under the Apache License, Version 2.0 (the "License"); -diff --git a/atfork/tests/test_stdlib_fixer.py b/atfork/tests/test_stdlib_fixer.py -index f082120..121e8d3 100755 ---- a/atfork/tests/test_stdlib_fixer.py -+++ b/atfork/tests/test_stdlib_fixer.py -@@ -1,5 +1,3 @@ --#!/usr/bin/python --# - # Copyright 2009 Google Inc. - # - # Licensed under the Apache License, Version 2.0 (the "License"); --- -1.7.5.1 - 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-atfork.spec b/python-atfork.spec deleted file mode 100644 index a7b1171..0000000 --- a/python-atfork.spec +++ /dev/null @@ -1,113 +0,0 @@ -Name: python-atfork -Version: 0.1.2 -Release: 16%{?dist} -Summary: Provides an API to register callbacks when forking -Group: Development/Languages -License: ASL 2.0 -URL: https://code.google.com/p/python-atfork -Source0: http://python-atfork.googlecode.com/files/atfork-%{version}.zip -# This patch is temporary to resolve non-executable-script rpmlint errors -Patch0: 0001-Resolve-rpmlint-non-executable-script-error.patch -BuildArch: noarch -BuildRequires: python2-setuptools -BuildRequires: python2-devel - -%global _description\ -Atfork provides a pthread_atfork() work-a-like API for Python 2.4, 2.5 and 2.6\ -along with fixers to monkey patch standard library modules at run time to be\ -safe in programs using both threading and forking.\ -\ -While mixing threads and forking in a program is generally considered to be a\ -bad idea it need not be so painful.\ -\ -A missing API in the Python is an atfork mechanism so that locks can be\ -acquired and released properly around fork calls. This module adds that. It\ -also provides monkey patchers that fix the standard library to properly\ -register callbacks for locks they create.\ - - -%description %_description - -%package -n python2-atfork -Summary: %summary -%{?python_provide:%python_provide python2-atfork} - -%description -n python2-atfork %_description - -%prep -%setup -q -n atfork-%{version} -%patch0 -p1 - - -%build -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 -%py2_build -%else -CFLAGS="$RPM_OPT_FLAGS" %{__python2} -c 'import setuptools; execfile("setup.py")' build -%endif - - -%install -rm -rf $RPM_BUILD_ROOT -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 -%py2_install -%else -%{__python2} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT -%endif - - - -%files -n python2-atfork -%{python2_sitelib}/atfork -%{python2_sitelib}/*egg-info - - -%changelog -* Fri Jul 13 2018 Fedora Release Engineering - 0.1.2-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.1.2-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.1.2-14 -- Python 2 binary package renamed to python2-atfork - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Wed Aug 09 2017 Iryna Shcherbina - 0.1.2-13 -- Add a build-time dependency on python2-devel and modernize spec file (rhbz#1479861) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.1.2-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.1.2-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.1.2-10 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.1.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 0.1.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Jun 30 2014 Toshio Kuratomi - 0.1.2-7 -- Replace python-setuptools-devel BR with python-setuptools - -* Sat Jun 07 2014 Fedora Release Engineering - 0.1.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.1.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 0.1.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu May 26 2011 James Laska - 0.1.2-1 -- Initial packaging diff --git a/sources b/sources deleted file mode 100644 index ac26bdf..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -76adc44aa9a59df6b7da8acc97140492 atfork-0.1.2.zip