forked from pool/python-py2pack
Accepting request 221584 from devel:languages:python
- Update to version 0.4.9: + Fix coverage report source + Add cssselect setup_requires + Update SPDX license map + Change 'flake8' to 'pep8' target + Fix recursive-include for doc ... OBS-URL: https://build.opensuse.org/request/show/221584 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=31
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2acc0f5f6936c7bbfa37e13dfaad0902406352213e89925c3be366bbc74ebad4
|
|
||||||
size 25167
|
|
3
py2pack-0.4.9.tar.gz
Normal file
3
py2pack-0.4.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ef034ebf62afaaa69d40051549795da79158509efa026e54ffb691bd29c5fba
|
||||||
|
size 30052
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 10:03:53 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.4.9:
|
||||||
|
+ Fix coverage report source
|
||||||
|
+ Add cssselect setup_requires
|
||||||
|
+ Update SPDX license map
|
||||||
|
+ Change 'flake8' to 'pep8' target
|
||||||
|
+ Fix recursive-include for doc
|
||||||
|
...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 12:13:21 UTC 2013 - speilicke@suse.com
|
Mon Jun 24 12:13:21 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py2pack
|
# spec file for package python-py2pack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-py2pack
|
Name: python-py2pack
|
||||||
Version: 0.4.4
|
Version: 0.4.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/saschpe/py2pack
|
Url: http://github.com/saschpe/py2pack
|
||||||
Summary: Generate distribution packages from Python packages on PyPI
|
Summary: Generate distribution packages from Python packages on PyPI
|
||||||
@@ -24,9 +25,9 @@ License: GPL-2.0+
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: python-Jinja2
|
||||||
BuildRequires: python-argparse
|
BuildRequires: python-argparse
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-Jinja2
|
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
Requires: python-argparse
|
Requires: python-argparse
|
||||||
@@ -43,7 +44,7 @@ universal tool to package Python modules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n py2pack-%{version}
|
%setup -q -n py2pack-%{version}
|
||||||
sed -i "1d" py2pack/py2pack.py # Fix non-executable script
|
#sed -i "1d" py2pack/py2pack.py # Fix non-executable script
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
@@ -58,9 +59,10 @@ mv %{buildroot}/usr/share/doc/py2pack/* %{buildroot}%{_docdir}/%{name}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_docdir}/%{name}
|
|
||||||
%{_mandir}/man?/py2pack.*
|
|
||||||
%{_bindir}/py2pack
|
%{_bindir}/py2pack
|
||||||
%{python_sitelib}/*
|
%{_mandir}/man1/py2pack.1*
|
||||||
|
%{_docdir}/%{name}
|
||||||
|
%{python_sitelib}/py2pack-%{version}-py%{py_ver}.egg-info
|
||||||
|
%{python_sitelib}/py2pack
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user