Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-httpbin for 
openSUSE:Factory checked in at 2021-12-31 13:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpbin (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-httpbin"

Fri Dec 31 13:44:24 2021 rev:8 rq:943223 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes  
    2019-02-26 22:14:41.230226278 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.1896/python-pytest-httpbin.changes
    2021-12-31 13:44:32.089270008 +0100
@@ -1,0 +2,10 @@
+Wed Dec 29 09:56:27 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v1.0.1
+  * httpbin_secure: fix redirect Location to have "https://";
+    scheme (#62) - thanks @immerrr
+  * Include regression tests in pypi tarball (#56) - thanks
+    @kmosiejczuk
+- Add rpmlintrc filter for test certificates
+
+-------------------------------------------------------------------

Old:
----
  v1.0.0.tar.gz

New:
----
  pytest-httpbin-1.0.1.tar.gz
  pytest-httpbin-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-httpbin.spec ++++++
--- /var/tmp/diff_new_pack.9szPMk/_old  2021-12-31 13:44:32.485270346 +0100
+++ /var/tmp/diff_new_pack.9szPMk/_new  2021-12-31 13:44:32.489270349 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-httpbin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-httpbin
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Web service for testing HTTP libraries
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/kevin1024/pytest-httpbin
-Source:         
https://github.com/kevin1024/pytest-httpbin/archive/v%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
+Source99:       pytest-httpbin-rpmlintrc
 BuildRequires:  %{python_module httpbin}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
@@ -58,10 +59,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
+%pytest
 
 %files %{python_files}
 %doc README.md DESCRIPTION.rst
-%{python_sitelib}/*
+%{python_sitelib}/pytest_httpbin
+%{python_sitelib}/pytest_httpbin-%{version}*-info
 
 %changelog

++++++ pytest-httpbin-rpmlintrc ++++++
# These are test certificates and keys for localhost only
addFilter("pem-certificate .*pytest_httpbin/certs")

Reply via email to