From a0ac1cab935b0ad88a4b868e42ff06bc9be8c230367246225fdbe6692e6d3adb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:57:57 +0000 Subject: [PATCH 1/4] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=77 --- python-py2pack.changes | 5 +++++ python-py2pack.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-py2pack.changes b/python-py2pack.changes index fe00c54..11b79df 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:25 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Apr 23 10:20:20 UTC 2018 - tbechtold@suse.com diff --git a/python-py2pack.spec b/python-py2pack.spec index fcd34f4..9ef8fbf 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -12,7 +12,7 @@ # 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/ # @@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/p/py2pack/py2pack 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} From 180079a36e533d1e6e33fd9fc72d39ffe1b1e04ed385fa05979e5fd1282ed257 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:20:39 +0000 Subject: [PATCH 2/4] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=78 --- python-py2pack.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-py2pack.spec b/python-py2pack.spec index 9ef8fbf..ca31ff5 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -20,12 +20,11 @@ Name: python-py2pack Version: 0.8.3 Release: 0 -Url: https://github.com/openSUSE/py2pack Summary: Generate 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 metaextract} @@ -79,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 From c099b49bc03ad2525665374a1f431cdc5dcba7b9293c3fc029588aa68d61f872 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 6 Dec 2018 19:59:36 +0000 Subject: [PATCH 3/4] - update to 0.8.4: * Ignore some more pep8 warnings * Support %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=79 --- py2pack-0.8.3.tar.gz | 3 --- py2pack-0.8.4.tar.gz | 3 +++ python-py2pack.changes | 7 +++++++ python-py2pack.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 py2pack-0.8.3.tar.gz create mode 100644 py2pack-0.8.4.tar.gz diff --git a/py2pack-0.8.3.tar.gz b/py2pack-0.8.3.tar.gz deleted file mode 100644 index c8521fb..0000000 --- a/py2pack-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7fc4a65082a6dd27408ccb4f610b615263b2c9e6555a53a214de91dc97766d1 -size 37262 diff --git a/py2pack-0.8.4.tar.gz b/py2pack-0.8.4.tar.gz new file mode 100644 index 0000000..fc0ec25 --- /dev/null +++ b/py2pack-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c221e091bd70411d1088e0a2ad084e728cccd8905a7d81403a7ce79a1ef0d32 +size 36273 diff --git a/python-py2pack.changes b/python-py2pack.changes index 11b79df..febfa0e 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 6 19:58:15 UTC 2018 - Thomas Bechtold + +- update to 0.8.4: + * Ignore some more pep8 warnings + * Support %license macro + ------------------------------------------------------------------- Tue Dec 4 12:53:25 UTC 2018 - Matej Cepl diff --git a/python-py2pack.spec b/python-py2pack.spec index ca31ff5..7997668 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py2pack -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: Generate distribution packages from Python packages on PyPI License: Apache-2.0 From c1f01e5181f5e1f9f12b17b83fa1bcb2464c294e72cfcebbd386dbd807e37926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Dec 2018 08:20:35 +0000 Subject: [PATCH 4/4] Accepting request 655889 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/655889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=80 --- python-py2pack.changes | 5 +++++ python-py2pack.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-py2pack.changes b/python-py2pack.changes index febfa0e..7938b04 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 21:03:16 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Dec 6 19:58:15 UTC 2018 - Thomas Bechtold diff --git a/python-py2pack.spec b/python-py2pack.spec index 7997668..92b03fb 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -20,7 +20,7 @@ Name: python-py2pack Version: 0.8.4 Release: 0 -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