Latest upstream 2.2.3
This commit is contained in:
parent
a2301660c9
commit
e9874b9f4a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/pid-2.0.1.tar.gz
|
||||
/pid-2.1.1.tar.gz
|
||||
/pid-*.tar.gz
|
||||
|
@ -1,9 +0,0 @@
|
||||
diff -purN pid-2.1.1.orig/setup.py pid-2.1.1/setup.py
|
||||
--- pid-2.1.1.orig/setup.py 2016-10-05 18:22:33.000000000 -0400
|
||||
+++ pid-2.1.1/setup.py 2019-01-24 10:59:54.225382061 -0500
|
||||
@@ -54,5 +54,4 @@ setup(
|
||||
packages=["pid"],
|
||||
install_requires=[],
|
||||
test_suite='nose.collector',
|
||||
- setup_requires=['nose>=1.0'],
|
||||
)
|
@ -25,17 +25,13 @@ PidFile can also be used as a context manager or a decorator.}
|
||||
%endif
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.1.1
|
||||
Release: 10%{?dist}
|
||||
Version: 2.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: PID file management library
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://pypi.python.org/pypi/%{srcname}
|
||||
Source0: https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
# Remove the nose requirement. nose >= 1.0 is not available in EL6, and it's
|
||||
# only needed to run the testsuite
|
||||
Patch0: python-pid-remove-nose-requirement.patch
|
||||
URL: https://github.com/trbs/pid
|
||||
Source0: %pypi_source
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -45,9 +41,9 @@ BuildArch: noarch
|
||||
%package -n python2-%{srcname}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-nose
|
||||
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
@ -119,6 +115,9 @@ rm -rf %{srcname}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2019 Carl George <carl@george.computer> - 2.2.3-1
|
||||
- Latest upstream
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user