14
0

Accepting request 655970 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/655970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=47
This commit is contained in:
2018-12-07 13:39:25 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7fc4a65082a6dd27408ccb4f610b615263b2c9e6555a53a214de91dc97766d1
size 37262

3
py2pack-0.8.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c221e091bd70411d1088e0a2ad084e728cccd8905a7d81403a7ce79a1ef0d32
size 36273

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 6 21:03:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu Dec 6 19:58:15 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 0.8.4:
* Ignore some more pep8 warnings
* Support %license macro
-------------------------------------------------------------------
Tue Dec 4 12:53:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Apr 23 10:20:20 UTC 2018 - tbechtold@suse.com

View File

@@ -12,23 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py2pack
Version: 0.8.3
Version: 0.8.4
Release: 0
Url: https://github.com/openSUSE/py2pack
Summary: Generate distribution packages from Python packages on PyPI
Summary: Script for generating distribution packages from Python packages on PyPI
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/openSUSE/py2pack
Source: https://files.pythonhosted.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module metaextract}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
@@ -80,14 +78,13 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%python_uninstall_alternative py2pack
%files %{python_files}
%defattr(-,root,root,-)
%python_alternative %{_bindir}/py2pack
%{python_sitelib}/py2pack-%{version}-py*.egg-info
%{python_sitelib}/py2pack/
%files -n %{name}-doc
%defattr(-,root,root,-)
%doc AUTHORS LICENSE
%license LICENSE
%doc AUTHORS
%doc doc/build/html/
%changelog