From 07387c3f53fc8aefc51acbe07c9a7a52c401c350cd55dab41fb12d6848c77532 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:26 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=23 --- python-PasteDeploy.changes | 5 +++++ python-PasteDeploy.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 83a37d7..333e582 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:17 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat May 6 03:37:17 UTC 2017 - toddrme2178@gmail.com diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index 7ed4d4b..479c361 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -1,7 +1,7 @@ # # spec file for package python-PasteDeploy # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/ # @@ -27,7 +27,6 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From 7063d5bc5c367a565a042d6f07636a1c9a165fd03539016a8caa5dbaf65b45d2 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 17 Dec 2018 21:20:17 +0000 Subject: [PATCH 2/3] - update to 2.0.1: * Use pytest.ini testpaths * Use pylons-sphinx-themes for pylons * Add GitHub issue templates (#13) * tox.ini: Drop py32; add py35 * Remove dead links * Fix string-formatting args when raising LookupError * Eliminate cover and cover3 tox targets * fix link to paster serve * Comment out obsolete static path * Prepare a 2.0.0 release (#19) * Use .rst for extension for better rendering on GitHub * rename directory of reST files to use .rst extension * Update link to Paste, saving a redirect https://pythonpaste.readthedocs.io/en/latest/ * Update tests to reflect new behaviour of globals and DEFAULT * Make 'python setup.py test' work (#5) * Switch to pytest * Remove obsolete links from navigation * missed one code-block highlighting * Add docs environment to tox. Build via `tox -e docs`. * Close branch pytest * Establish testing * update installation instructions * Move license.txt to root of repo in hopes that GitHub will find it * Add intersphinx and configure Python docs * Add rtd.txt to install pylons-sphinx-themes package * add docs env to tox * Release 2.0.1 * Add docs_extra to setup.py * proper spacing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=24 --- PasteDeploy-1.5.2.tar.gz | 3 -- PasteDeploy-2.0.1.tar.gz | 3 ++ python-PasteDeploy.changes | 66 ++++++++++++++++++++++++++++++++++++++ python-PasteDeploy.spec | 5 +-- 4 files changed, 72 insertions(+), 5 deletions(-) delete mode 100644 PasteDeploy-1.5.2.tar.gz create mode 100644 PasteDeploy-2.0.1.tar.gz diff --git a/PasteDeploy-1.5.2.tar.gz b/PasteDeploy-1.5.2.tar.gz deleted file mode 100644 index 6746139..0000000 --- a/PasteDeploy-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb -size 24006 diff --git a/PasteDeploy-2.0.1.tar.gz b/PasteDeploy-2.0.1.tar.gz new file mode 100644 index 0000000..44bea74 --- /dev/null +++ b/PasteDeploy-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a +size 13756 diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 333e582..a63406e 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Mon Dec 17 21:14:33 UTC 2018 - Thomas Bechtold + +- update to 2.0.1: + * Use pytest.ini testpaths + * Use pylons-sphinx-themes for pylons + * Add GitHub issue templates (#13) + * tox.ini: Drop py32; add py35 + * Remove dead links + * Fix string-formatting args when raising LookupError + * Eliminate cover and cover3 tox targets + * fix link to paster serve + * Comment out obsolete static path + * Prepare a 2.0.0 release (#19) + * Use .rst for extension for better rendering on GitHub + * rename directory of reST files to use .rst extension + * Update link to Paste, saving a redirect https://pythonpaste.readthedocs.io/en/latest/ + * Update tests to reflect new behaviour of globals and DEFAULT + * Make 'python setup.py test' work (#5) + * Switch to pytest + * Remove obsolete links from navigation + * missed one code-block highlighting + * Add docs environment to tox. Build via `tox -e docs`. + * Close branch pytest + * Establish testing + * update installation instructions + * Move license.txt to root of repo in hopes that GitHub will find it + * Add intersphinx and configure Python docs + * Add rtd.txt to install pylons-sphinx-themes package + * add docs env to tox + * Release 2.0.1 + * Add docs_extra to setup.py + * proper spacing + * Update URLs in README and setup.py + * Rename to README.rst for better rendering on GitHub + * Use correct syntax highlighting + * Remove link to paste.urlmap + * fix spelling + * tox.ini: Don't need pytest-cov in base testenv + * Resolve deprecation warning + * Added tag 1.5.2 for changeset a16d11053bed + * use explicit bytes literal + * use proper link syntax + * Remove license from docs + * comment out static directory via html_static_path + * add docs/.gitignore to add _build + * setup.py update (#17) + * Fix broken link to get initial html docs built + * Close branch tox_drop_py32_add_py35 + * Fix typo in docs/index.txt + * Update link to pastescript in README.rst + * Synch with master + * tox.ini: enable tests on Python 3 + * Comment out templates path as it is not used + * Add Makefile to PR so tox can build docs + * Minor grammar fix (#21) + * Remove obsolete script + * Add contributing.md (#12) + * fix paste_deploy paster template for python3 + * Use current links + * Merged in huang1hao/pastedeploy/huang1hao/fix-typo-in-docsindextxt-1427530235567 (pull request #8) + * Fix links to news and pip + * Update URLs in setup.py and README (#10) + * Modernize conf.py so we don't have to keep updating it for each release and year + * Allow global_conf to override defaults, see: #7. + ------------------------------------------------------------------- Tue Dec 4 12:51:17 UTC 2018 - Matej Cepl diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index 479c361..f1a9c1d 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PasteDeploy -Version: 1.5.2 +Version: 2.0.1 Release: 0 Url: http://pythonpaste.org/deploy/ Summary: Load, configure, and compose WSGI applications and servers @@ -27,6 +27,7 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,7 +61,7 @@ provides commands to serve applications based on this configuration file. %files %{python_files} %defattr(-,root,root,-) -%doc README docs/license.txt docs/news.txt docs/index.txt +%doc README.rst %{python_sitelib}/* %changelog From 607d8835f1aea2a7f82132d95c8961389e2656628aaf53a771ced91766aa5e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 18 Dec 2018 19:30:53 +0000 Subject: [PATCH 3/3] Accepting request 659325 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/659325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=25 --- python-PasteDeploy.changes | 5 +++++ python-PasteDeploy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index a63406e..a92e70f 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 14:43:26 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Mon Dec 17 21:14:33 UTC 2018 - Thomas Bechtold diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index f1a9c1d..04cba90 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -22,7 +22,7 @@ Name: python-PasteDeploy Version: 2.0.1 Release: 0 Url: http://pythonpaste.org/deploy/ -Summary: Load, configure, and compose WSGI applications and servers +Summary: Tool to load, configure, and compose WSGI applications and servers License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz