commit python-pytest-httpserver for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package python-pytest-httpserver for 
openSUSE:Factory checked in at 2019-09-04 09:11:02

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


Package is "python-pytest-httpserver"

Wed Sep  4 09:11:02 2019 rev:5 rq:727688 version:0.3.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-httpserver/python-pytest-httpserver.changes
2019-08-27 10:23:58.115929247 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.7948/python-pytest-httpserver.changes
  2019-09-04 09:11:07.426973331 +0200
@@ -1,0 +2,6 @@
+Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann 
+
+- Update to 0.3.4
+  * renew certs expiring 2019-09-03
+
+---

Old:

  pytest_httpserver-0.3.3.tar.gz

New:

  pytest_httpserver-0.3.4.tar.gz



Other differences:
--
++ python-pytest-httpserver.spec ++
--- /var/tmp/diff_new_pack.B0zH3t/_old  2019-09-04 09:11:09.706973014 +0200
+++ /var/tmp/diff_new_pack.B0zH3t/_new  2019-09-04 09:11:09.742973009 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pytest-httpserver
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:A HTTP server for pytest
 License:MIT

++ pytest_httpserver-0.3.3.tar.gz -> pytest_httpserver-0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpserver-0.3.3/PKG-INFO 
new/pytest_httpserver-0.3.4/PKG-INFO
--- old/pytest_httpserver-0.3.3/PKG-INFO2019-08-01 14:39:43.0 
+0200
+++ new/pytest_httpserver-0.3.4/PKG-INFO2019-08-28 22:11:34.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest_httpserver
-Version: 0.3.3
+Version: 0.3.4
 Summary: pytest-httpserver is a httpserver for pytest
 Home-page: https://www.github.com/csernazs/pytest-httpserver
 Author: Zsolt Cserna
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest_httpserver-0.3.3/pytest_httpserver.egg-info/PKG-INFO 
new/pytest_httpserver-0.3.4/pytest_httpserver.egg-info/PKG-INFO
--- old/pytest_httpserver-0.3.3/pytest_httpserver.egg-info/PKG-INFO 
2019-08-01 14:39:43.0 +0200
+++ new/pytest_httpserver-0.3.4/pytest_httpserver.egg-info/PKG-INFO 
2019-08-28 22:11:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-httpserver
-Version: 0.3.3
+Version: 0.3.4
 Summary: pytest-httpserver is a httpserver for pytest
 Home-page: https://www.github.com/csernazs/pytest-httpserver
 Author: Zsolt Cserna
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpserver-0.3.3/setup.py 
new/pytest_httpserver-0.3.4/setup.py
--- old/pytest_httpserver-0.3.3/setup.py2019-08-01 14:31:14.0 
+0200
+++ new/pytest_httpserver-0.3.4/setup.py2019-08-28 22:09:11.0 
+0200
@@ -7,7 +7,7 @@
 
 setup(
 name="pytest_httpserver",
-version="0.3.3",
+version="0.3.4",
 url="https://www.github.com/csernazs/pytest-httpserver;,
 packages=find_packages(),
 author="Zsolt Cserna",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpserver-0.3.3/tests/assets/Makefile 
new/pytest_httpserver-0.3.4/tests/assets/Makefile
--- old/pytest_httpserver-0.3.3/tests/assets/Makefile   2019-03-11 
11:27:31.0 +0100
+++ new/pytest_httpserver-0.3.4/tests/assets/Makefile   2019-08-28 
22:01:41.0 +0200
@@ -5,17 +5,17 @@
 
 rootCA.key:
openssl genrsa -out rootCA.key 2048
-   
+
 rootCA.crt: rootCA.key rootCA.cnf
-   openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 365 -out 
rootCA.crt -config rootCA.cnf
+   openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 11083 -out 
rootCA.crt -config rootCA.cnf
 
 server.csr server.key: server.cnf
openssl req -new -sha256 -nodes -out server.csr -newkey rsa:2048 
-keyout server.key -config server.cnf
 
 server.crt: server.csr rootCA.crt rootCA.key v3.ext
-   openssl x509 -req -in server.csr -CA rootCA.crt -CAkey rootCA.key 
-CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.ext
-   
+   openssl x509 -req -in server.csr -CA rootCA.crt -CAkey rootCA.key 
-CAcreateserial -out server.crt -days 11083 -sha256 -extfile v3.ext
+
 clean:
rm -f rootCA.key rootCA.crt server.csr server.key server.crt
 
-   
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-pytest-httpserver for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package python-pytest-httpserver for 
openSUSE:Factory checked in at 2019-08-27 10:23:48

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


Package is "python-pytest-httpserver"

Tue Aug 27 10:23:48 2019 rev:4 rq:726063 version:0.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-httpserver/python-pytest-httpserver.changes
2019-08-05 10:38:27.511319522 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.7948/python-pytest-httpserver.changes
  2019-08-27 10:23:58.115929247 +0200
@@ -1,0 +2,5 @@
+Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt 
+
+- Use slightly more detailed description.
+
+---



Other differences:
--
++ python-pytest-httpserver.spec ++
--- /var/tmp/diff_new_pack.vg5eUf/_old  2019-08-27 10:23:58.947929192 +0200
+++ /var/tmp/diff_new_pack.vg5eUf/_new  2019-08-27 10:23:58.947929192 +0200
@@ -21,7 +21,7 @@
 Name:   python-pytest-httpserver
 Version:0.3.3
 Release:0
-Summary:A httpserver for pytest
+Summary:A HTTP server for pytest
 License:MIT
 Group:  Development/Languages/Python
 URL:https://www.github.com/csernazs/pytest-httpserver
@@ -43,7 +43,10 @@
 %python_subpackages
 
 %description
-pytest-httpserver is a httpserver for pytest.
+This library is for testing HTTP clients without contacting the real
+HTTP server. In other words, it is a fake HTTP server which is
+accessible via localhost can be started with the pre-defined expected
+HTTP requests and their responses.
 
 %prep
 %setup -q -n pytest_httpserver-%{version}




commit python-pytest-httpserver for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package python-pytest-httpserver for 
openSUSE:Factory checked in at 2019-08-05 10:38:17

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


Package is "python-pytest-httpserver"

Mon Aug  5 10:38:17 2019 rev:3 rq:720248 version:0.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-httpserver/python-pytest-httpserver.changes
2019-07-26 17:35:16.556066527 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.4126/python-pytest-httpserver.changes
  2019-08-05 10:38:27.511319522 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 09:06:38 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.3.3:
+  * Besides bytes and string, dict and MultiDict objects can be specified as 
query_string
+  * Add more files to source distribution (sdist). It now contains tests, 
assets, examples and other files
+
+---

Old:

  pytest-httpserver-0.3.1.tar.gz

New:

  pytest_httpserver-0.3.3.tar.gz



Other differences:
--
++ python-pytest-httpserver.spec ++
--- /var/tmp/diff_new_pack.SY2kVx/_old  2019-08-05 10:38:27.891319476 +0200
+++ /var/tmp/diff_new_pack.SY2kVx/_new  2019-08-05 10:38:27.895319475 +0200
@@ -19,18 +19,19 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pytest-httpserver 
-Version:0.3.1
+Version:0.3.3
 Release:0
 Summary:A httpserver for pytest
 License:MIT
 Group:  Development/Languages/Python
-Url:https://www.github.com/csernazs/pytest-httpserver
-Source: 
https://github.com/csernazs/pytest-httpserver/archive/%{version}.tar.gz#/pytest-httpserver-%{version}.tar.gz
+URL:https://www.github.com/csernazs/pytest-httpserver
+Source: 
https://files.pythonhosted.org/packages/source/p/pytest_httpserver/pytest_httpserver-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  python-rpm-macros
+Requires:   python-Werkzeug
+Requires:   python-pytest
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Werkzeug}
 BuildRequires:  %{python_module coverage}
@@ -39,17 +40,13 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 # /SECTION
-Requires:   python-Werkzeug
-Requires:   python-pytest
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
 pytest-httpserver is a httpserver for pytest.
 
 %prep
-%setup -q -n pytest-httpserver-%{version}
+%setup -q -n pytest_httpserver-%{version}
 
 %build
 %python_build




commit python-pytest-httpserver for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package python-pytest-httpserver for 
openSUSE:Factory checked in at 2019-07-26 17:35:15

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


Package is "python-pytest-httpserver"

Fri Jul 26 17:35:15 2019 rev:2 rq:718902 version:0.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-httpserver/python-pytest-httpserver.changes
2019-07-26 12:42:42.869846836 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.4126/python-pytest-httpserver.changes
  2019-07-26 17:35:16.556066527 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.3.1:
+  * various bugfixes
+  * various documentation updates
+
+---

Old:

  pytest-httpserver-0.3.0.tar.gz

New:

  pytest-httpserver-0.3.1.tar.gz



Other differences:
--
++ python-pytest-httpserver.spec ++
--- /var/tmp/diff_new_pack.86M5JP/_old  2019-07-26 17:35:17.084066344 +0200
+++ /var/tmp/diff_new_pack.86M5JP/_new  2019-07-26 17:35:17.088066343 +0200
@@ -12,30 +12,31 @@
 # 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 skip_python2 1
 Name:   python-pytest-httpserver 
-Version:0.3.0
+Version:0.3.1
 Release:0
-License:MIT
 Summary:A httpserver for pytest
-Url:https://www.github.com/csernazs/pytest-httpserver
+License:MIT
 Group:  Development/Languages/Python
-Source: 
https://github.com/csernazs/pytest-httpserver/archive/0.3.0.tar.gz#/pytest-httpserver-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+Url:https://www.github.com/csernazs/pytest-httpserver
+Source: 
https://github.com/csernazs/pytest-httpserver/archive/%{version}.tar.gz#/pytest-httpserver-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module Werkzeug}
 BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 # /SECTION
 Requires:   python-Werkzeug
@@ -61,7 +62,7 @@
 %pytest -k 'not test_wait_unexpected_request and not test_wait_timeout'
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE
 %{python_sitelib}/*
 

++ pytest-httpserver-0.3.0.tar.gz -> pytest-httpserver-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-httpserver-0.3.0/.vscode/settings.json 
new/pytest-httpserver-0.3.1/.vscode/settings.json
--- old/pytest-httpserver-0.3.0/.vscode/settings.json   2019-03-09 
11:47:20.0 +0100
+++ new/pytest-httpserver-0.3.1/.vscode/settings.json   2019-07-25 
08:34:32.0 +0200
@@ -1,9 +1,9 @@
 {
 "python.pythonPath": "${workspaceFolder}/.venv/bin/python3",
 "python.linting.pylintPath": "${workspaceFolder}/.venv/bin/pylint",
-"python.unitTest.pyTestArgs": [
+"python.testing.pytestArgs": [
 "tests"
 ],
-"python.unitTest.pyTestEnabled": true,
-"python.unitTest.pyTestPath": "${workspaceFolder}/.venv/bin/pytest"
+"python.testing.pytestEnabled": true,
+"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest"
 }
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-httpserver-0.3.0/MANIFEST.in 
new/pytest-httpserver-0.3.1/MANIFEST.in
--- old/pytest-httpserver-0.3.0/MANIFEST.in 1970-01-01 01:00:00.0 
+0100
+++ new/pytest-httpserver-0.3.1/MANIFEST.in 2019-07-25 08:34:32.0 
+0200
@@ -0,0 +1,2 @@
+include README.md
+include LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-httpserver-0.3.0/Makefile 
new/pytest-httpserver-0.3.1/Makefile
--- old/pytest-httpserver-0.3.0/Makefile2019-03-09 11:47:20.0 
+0100
+++ new/pytest-httpserver-0.3.1/Makefile2019-07-25 08:34:32.0 
+0200
@@ -1,8 +1,10 @@
 
+PYTHON ?= python3
+
 .PHONY: doc