commit python-PasteDeploy for openSUSE:Factory

2020-06-26 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2020-06-26 21:43:44

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3060 (New)


Package is "python-PasteDeploy"

Fri Jun 26 21:43:44 2020 rev:18 rq:816627 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2020-03-27 00:24:06.364220596 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3060/python-PasteDeploy.changes
  2020-06-26 21:43:46.369510240 +0200
@@ -1,0 +2,6 @@
+Tue Jun 23 16:24:08 UTC 2020 - Matej Cepl 
+
+- Add rm_nspace_pkgs.patch to poorly used namespace_packages
+  (gh#Pylons/pastedeploy#27)
+
+---

New:

  rm_nspace_pkgs.patch



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.2Oj0SG/_old  2020-06-26 21:43:47.853514991 +0200
+++ /var/tmp/diff_new_pack.2Oj0SG/_new  2020-06-26 21:43:47.853514991 +0200
@@ -26,6 +26,9 @@
 Group:  Development/Languages/Python
 URL:https://github.com/Pylons/pastedeploy
 Source: https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
+# PATCH-FIX-UPSTREAM rm_nspace_pkgs.patch gh#Pylons/pastedeploy#27 
mc...@suse.com
+# Package uses namespace_packages, when it shouldn't.
+Patch0: rm_nspace_pkgs.patch
 BuildRequires:  %{python_module Paste}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -49,6 +52,7 @@
 
 %prep
 %setup -q -n pastedeploy-%{version}
+%autopatch -p1
 
 %build
 %python_build

++ rm_nspace_pkgs.patch ++
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ setup(
 "Issue Tracker": "https://github.com/Pylons/pastedeploy/issues;,
 },
 license="MIT",
-namespace_packages=["paste"],
 packages=find_packages(exclude=["tests"]),
 include_package_data=True,
 zip_safe=False,



commit python-PasteDeploy for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2020-03-27 00:24:03

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3160 (New)


Package is "python-PasteDeploy"

Fri Mar 27 00:24:03 2020 rev:17 rq:785066 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2019-03-08 11:00:57.076545113 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3160/python-PasteDeploy.changes
  2020-03-27 00:24:06.364220596 +0100
@@ -1,0 +2,6 @@
+Sat Mar 14 15:42:42 UTC 2020 - Dirk Mueller 
+
+- update to 2.1.0:
+  * pytest-runner removed, use tox to run tests
+
+---

Old:

  2.0.1.tar.gz

New:

  2.1.0.tar.gz



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.Ri427B/_old  2020-03-27 00:24:07.252221046 +0100
+++ /var/tmp/diff_new_pack.Ri427B/_new  2020-03-27 00:24:07.256221047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PasteDeploy
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:Tool to load, configure, and compose WSGI applications and 
servers
 License:MIT
@@ -27,7 +27,7 @@
 URL:https://github.com/Pylons/pastedeploy
 Source: https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Paste}
-BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -58,7 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.rst

++ 2.0.1.tar.gz -> 2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/MANIFEST.in 
new/pastedeploy-2.1.0/MANIFEST.in
--- old/pastedeploy-2.0.1/MANIFEST.in   2018-12-04 15:17:16.0 +0100
+++ new/pastedeploy-2.1.0/MANIFEST.in   2020-02-02 12:54:33.0 +0100
@@ -1,2 +1,7 @@
 include docs/*.txt
-recursive-include paste/deploy/paster_templates *
+include license.txt
+graft tests
+graft paste/deploy/paster_templates
+
+global-exclude __pycache__ *.py[cod]
+global-exclude .DS_Store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/docs/news.rst 
new/pastedeploy-2.1.0/docs/news.rst
--- old/pastedeploy-2.0.1/docs/news.rst 2018-12-04 15:17:16.0 +0100
+++ new/pastedeploy-2.1.0/docs/news.rst 2020-02-02 12:54:33.0 +0100
@@ -1,6 +1,11 @@
 Paste Deployment News
 =
 
+2.1.0
+-
+
+* pytest-runner removed, use tox to run tests.
+
 2.0.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/setup.cfg 
new/pastedeploy-2.1.0/setup.cfg
--- old/pastedeploy-2.0.1/setup.cfg 2018-12-04 15:17:16.0 +0100
+++ new/pastedeploy-2.1.0/setup.cfg 2020-02-02 12:54:33.0 +0100
@@ -1,5 +1,2 @@
 [wheel]
 universal = true
-
-[aliases]
-test = pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/setup.py 
new/pastedeploy-2.1.0/setup.py
--- old/pastedeploy-2.0.1/setup.py  2018-12-04 15:17:16.0 +0100
+++ new/pastedeploy-2.1.0/setup.py  2020-02-02 12:54:33.0 +0100
@@ -13,7 +13,7 @@
 
 setup(
 name="PasteDeploy",
-version="2.0.1",
+version="2.1.0",
 description="Load, configure, and compose WSGI applications and servers",
 long_description=readme,
 classifiers=[
@@ -52,8 +52,6 @@
 packages=find_packages(exclude=["tests"]),
 include_package_data=True,
 zip_safe=False,
-setup_requires=["pytest-runner"],
-tests_require=["pytest"],
 extras_require={
 "Config": [],
 "Paste": ["Paste"],




commit python-PasteDeploy for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2019-03-08 11:00:55

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833 (New)


Package is "python-PasteDeploy"

Fri Mar  8 11:00:55 2019 rev:16 rq:681894 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2018-12-19 13:54:00.550903721 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833/python-PasteDeploy.changes
 2019-03-08 11:00:57.076545113 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 19:08:57 UTC 2019 - Tomáš Chvátal 
+
+- Switch to github tarball to run tests
+
+---

Old:

  PasteDeploy-2.0.1.tar.gz

New:

  2.0.1.tar.gz



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.QRKMJX/_old  2019-03-08 11:00:57.560545036 +0100
+++ /var/tmp/diff_new_pack.QRKMJX/_new  2019-03-08 11:00:57.560545036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -21,27 +21,25 @@
 Name:   python-PasteDeploy
 Version:2.0.1
 Release:0
-Url:http://pythonpaste.org/deploy/
 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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://github.com/Pylons/pastedeploy
+Source: https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Paste}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-Paste
 Requires:   python-setuptools
+Provides:   python-pastedeploy = %{version}
+Obsoletes:  python-pastedeploy < %{version}
+BuildArch:  noarch
 %ifpython2
 Obsoletes:  %{oldpython}-pastedeploy < %{version}
 Provides:   %{oldpython}-pastedeploy = %{version}
 %endif
-%ifpython3
-Provides:   python3-pastedeploy = %{version}
-Obsoletes:  python3-pastedeploy < %{version}
-%endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -50,7 +48,7 @@
 provides commands to serve applications based on this configuration file.
 
 %prep
-%setup -q -n PasteDeploy-%{version}
+%setup -q -n pastedeploy-%{version}
 
 %build
 %python_build
@@ -59,9 +57,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
+%license license.txt
 %{python_sitelib}/*
 
 %changelog

++ PasteDeploy-2.0.1.tar.gz -> 2.0.1.tar.gz ++
 2391 lines of diff (skipped)




commit python-PasteDeploy for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2018-12-19 13:53:58

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833 (New)


Package is "python-PasteDeploy"

Wed Dec 19 13:53:58 2018 rev:15 rq:659630 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2017-05-06 18:31:33.599069129 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833/python-PasteDeploy.changes
 2018-12-19 13:54:00.550903721 +0100
@@ -1,0 +2,76 @@
+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 
+
+- 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 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  PasteDeploy-1.5.2.tar.gz

New:

  PasteDeploy-2.0.1.tar.gz



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.KSi03N/_old  2018-12-19 13:54:01.114902944 +0100
+++ /var/tmp/diff_new_pack.KSi03N/_new  2018-12-19 13:54:01.114902944 +0100
@@ -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,22 +12,22 @@
 # 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-%{**}}
 %define oldpython python
 Name:   python-PasteDeploy
-Version:1.5.2
+Version:2.0.1
 Release:

commit python-PasteDeploy for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2017-05-06 18:31:29

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is "python-PasteDeploy"

Sat May  6 18:31:29 2017 rev:14 rq:493140 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2017-05-03 15:55:25.267210261 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2017-05-06 18:31:33.599069129 +0200
@@ -1,0 +2,5 @@
+Sat May  6 03:37:17 UTC 2017 - toddrme2...@gmail.com
+
+- Fix provides/obsoletes
+
+---



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.yfZkbx/_old  2017-05-06 18:31:34.274973755 +0200
+++ /var/tmp/diff_new_pack.yfZkbx/_new  2017-05-06 18:31:34.274973755 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-PasteDeploy
 Version:1.5.2
 Release:0
@@ -32,8 +33,14 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-Paste
 Requires:   python-setuptools
-Provides:   python-pastedeploy = %{version}
-Obsoletes:  python-pastedeploy < %{version}
+%ifpython2
+Obsoletes:  %{oldpython}-pastedeploy < %{version}
+Provides:   %{oldpython}-pastedeploy = %{version}
+%endif
+%ifpython3
+Provides:   python3-pastedeploy = %{version}
+Obsoletes:  python3-pastedeploy < %{version}
+%endif
 BuildArch:  noarch
 %python_subpackages
 




commit python-PasteDeploy for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2017-05-03 15:55:24

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is "python-PasteDeploy"

Wed May  3 15:55:24 2017 rev:13 rq:489510 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2015-02-10 20:23:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2017-05-03 15:55:25.267210261 +0200
@@ -1,0 +2,10 @@
+Wed Apr 19 08:16:47 UTC 2017 - h...@urpla.net
+
+- fix source url
+
+---
+Wed Apr 19 02:26:16 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.F0IHGI/_old  2017-05-03 15:55:26.035101854 +0200
+++ /var/tmp/diff_new_pack.F0IHGI/_new  2017-05-03 15:55:26.039101290 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PasteDeploy
 Version:1.5.2
 Release:0
@@ -23,21 +24,18 @@
 Summary:Load, configure, and compose WSGI applications and servers
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-Paste
 Requires:   python-setuptools
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-pastedeploy = %{version}
 Obsoletes:  python-pastedeploy < %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildArch:  noarch
+%python_subpackages
 
 %description
 This tool provides code to load WSGI applications and servers from URIs; these
@@ -48,14 +46,15 @@
 %setup -q -n PasteDeploy-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc docs/*
+%doc README docs/license.txt docs/news.txt docs/index.txt
 %{python_sitelib}/*
 
 %changelog




commit python-PasteDeploy for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2015-02-10 20:23:13

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2013-10-25 11:25:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2015-02-10 20:23:15.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb  6 10:54:44 UTC 2015 - h...@urpla.net
+
+- update to version 1.5.2
+  * Fixed Python 3 issue in paste.deploy.util.fix_type_error()
+
+---

Old:

  PasteDeploy-1.5.0.tar.gz

New:

  PasteDeploy-1.5.2.tar.gz



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.PGxOrK/_old  2015-02-10 20:23:16.0 +0100
+++ /var/tmp/diff_new_pack.PGxOrK/_new  2015-02-10 20:23:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-PasteDeploy
-Version:1.5.0
+Version:1.5.2
 Release:0
 Url:http://pythonpaste.org/deploy/
 Summary:Load, configure, and compose WSGI applications and servers

++ PasteDeploy-1.5.0.tar.gz - PasteDeploy-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PasteDeploy-1.5.0/PKG-INFO 
new/PasteDeploy-1.5.2/PKG-INFO
--- old/PasteDeploy-1.5.0/PKG-INFO  2011-05-24 22:52:40.0 +0200
+++ new/PasteDeploy-1.5.2/PKG-INFO  2013-12-27 18:40:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PasteDeploy
-Version: 1.5.0
+Version: 1.5.2
 Summary: Load, configure, and compose WSGI applications and servers
 Home-page: http://pythonpaste.org/deploy/
 Author: Alex Gronholm
@@ -17,10 +17,9 @@
 
 For the latest changes see the `news file
 http://pythonpaste.org/deploy/news.html`_.
-
 Keywords: web wsgi application server
 Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
+Classifier: Development Status :: 6 - Mature
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
@@ -30,6 +29,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.1
 Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PasteDeploy-1.5.0/PasteDeploy.egg-info/PKG-INFO 
new/PasteDeploy-1.5.2/PasteDeploy.egg-info/PKG-INFO
--- old/PasteDeploy-1.5.0/PasteDeploy.egg-info/PKG-INFO 2011-05-24 
22:52:38.0 +0200
+++ new/PasteDeploy-1.5.2/PasteDeploy.egg-info/PKG-INFO 2013-12-27 
18:40:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PasteDeploy
-Version: 1.5.0
+Version: 1.5.2
 Summary: Load, configure, and compose WSGI applications and servers
 Home-page: http://pythonpaste.org/deploy/
 Author: Alex Gronholm
@@ -17,10 +17,9 @@
 
 For the latest changes see the `news file
 http://pythonpaste.org/deploy/news.html`_.
-
 Keywords: web wsgi application server
 Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
+Classifier: Development Status :: 6 - Mature
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
@@ -30,6 +29,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.1
 Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PasteDeploy-1.5.0/PasteDeploy.egg-info/SOURCES.txt 
new/PasteDeploy-1.5.2/PasteDeploy.egg-info/SOURCES.txt
--- 

commit python-PasteDeploy for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2013-10-25 11:25:20

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2013-06-19 17:03:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2013-10-25 11:25:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:48 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.4z96Jy/_old  2013-10-25 11:25:33.0 +0200
+++ /var/tmp/diff_new_pack.4z96Jy/_new  2013-10-25 11:25:33.0 +0200
@@ -26,9 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-Paste
-Requires:   python-distribute
+Requires:   python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PasteDeploy for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2013-06-19 17:03:56

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2012-05-29 11:46:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2013-06-19 17:03:57.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 13 13:50:37 UTC 2013 - dmuel...@suse.com
+
+- add python-distribute dependency 
+
+---

Old:

  python3-PasteDeploy.changes
  python3-PasteDeploy.spec



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.uIczlI/_old  2013-06-19 17:03:57.0 +0200
+++ /var/tmp/diff_new_pack.uIczlI/_new  2013-06-19 17:03:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-PasteDeploy
 Version:1.5.0
 Release:0
@@ -29,6 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:   python-Paste
+Requires:   python-distribute
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PasteDeploy for openSUSE:Factory

2012-11-22 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2012-11-22 17:22:12

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python3-PasteDeploy.changes   
2012-09-11 09:17:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python3-PasteDeploy.changes  
2012-11-22 17:22:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 09:39:27 UTC 2012 - toddrme2...@gmail.com
+
+- Remove openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.RdU1Ij/_old  2012-11-22 17:22:19.0 +0100
+++ /var/tmp/diff_new_pack.RdU1Ij/_new  2012-11-22 17:22:19.0 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python3-PasteDeploy
 Version:1.5.0
 Release:0
@@ -34,12 +32,6 @@
 
 Provides:   python3-pastedeploy = %{version}
 Obsoletes:  python3-pastedeploy  %{version}
-%if 0%{?suse_version} = 1140
-%{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%else
-BuildRequires:  python3-base
-%endif
 Requires:   python(abi) = %{py3_ver}
 BuildArch:  noarch
 
@@ -64,8 +56,5 @@
 %{python3_sitelib}/paste/deploy/
 %{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}.egg-info
 %{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}-nspkg.pth
-%if 0%{?suse_version} = 1140
-%dir %{_prefix}/lib/python%{py3_ver}
-%endif
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PasteDeploy for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2012-09-11 09:17:10

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python3-PasteDeploy.changes   
2012-05-29 11:46:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python3-PasteDeploy.changes  
2012-09-11 09:17:11.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  6 09:28:27 UTC 2012 - toddrme2...@gmail.com
+
+- Restore BuildRequires: python3  This package depends on hash
+  algorithms that are only available if python3 is installed,
+  python3-devel will not pull them in.  Building will fail if 
+  BuildRequires: python3 is removed.
+
+---



Other differences:
--
++ python3-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.Nixb2b/_old  2012-09-11 09:17:12.0 +0200
+++ /var/tmp/diff_new_pack.Nixb2b/_new  2012-09-11 09:17:12.0 +0200
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 #there is no port of Paste yet

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PasteDeploy for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2012-05-29 11:45:17

Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)


Package is python-PasteDeploy, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2011-11-28 18:27:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes   
2012-05-29 11:46:14.0 +0200
@@ -1,0 +2,5 @@
+Sun May 27 05:17:04 UTC 2012 - highwaystar...@gmail.com
+
+- python3 package added 
+
+---
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python3-PasteDeploy.changes  
2012-05-29 11:46:14.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun May 27 05:17:57 UTC 2012 - highwaystar...@gmail.com
+
+- python3 package added 
+

New:

  python3-PasteDeploy.changes
  python3-PasteDeploy.spec



Other differences:
--
++ python-PasteDeploy.spec ++
--- /var/tmp/diff_new_pack.ZaS5Gb/_old  2012-05-29 11:46:15.0 +0200
+++ /var/tmp/diff_new_pack.ZaS5Gb/_new  2012-05-29 11:46:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,10 +11,12 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
+
+
 Name:   python-PasteDeploy
 Version:1.5.0
 Release:0

++ python3-PasteDeploy.spec ++
#
# spec file for package python3-PasteDeploy
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   python3-PasteDeploy
Version:1.5.0
Release:0
Url:http://pythonpaste.org/deploy/
Summary:Load, configure, and compose WSGI applications and servers
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
#there is no port of Paste yet
#Requires:   python3-Paste

Provides:   python3-pastedeploy = %{version}
Obsoletes:  python3-pastedeploy  %{version}
%if 0%{?suse_version} = 1140
%{!?python3_sitelib: %global python3_sitelib %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
%else
BuildRequires:  python3-base
%endif
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.

%prep
%setup -q -n PasteDeploy-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc docs/*
%dir %{python3_sitelib}/paste
%{python3_sitelib}/paste/deploy/
%{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}.egg-info
%{python3_sitelib}/PasteDeploy-%{version}-py%{py3_ver}-nspkg.pth
%if 0%{?suse_version} = 1140
%dir %{_prefix}/lib/python%{py3_ver}
%endif

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org