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 <[email protected]>
+
+- 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


Reply via email to