diff --git a/pytest-httpbin-1.0.1.tar.gz b/pytest-httpbin-1.0.1.tar.gz deleted file mode 100644 index dfdf9ca..0000000 --- a/pytest-httpbin-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7 -size 14482 diff --git a/pytest-httpbin-1.0.2.tar.gz b/pytest-httpbin-1.0.2.tar.gz new file mode 100644 index 0000000..59059da --- /dev/null +++ b/pytest-httpbin-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c9d3f75f8f43f1488b5a0be321eeca3cc5f0fae0c85445ece66bd53c95fe0e +size 15494 diff --git a/python-pytest-httpbin.changes b/python-pytest-httpbin.changes index 79094f6..c39edd1 100644 --- a/python-pytest-httpbin.changes +++ b/python-pytest-httpbin.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 12 20:57:41 UTC 2022 - Ben Greiner + +- Skip a test which fails with Flask 2.1 + gh#kevin1024/pytest-httpbin#64 + +------------------------------------------------------------------- +Fri Apr 1 07:27:45 UTC 2022 - Dirk Müller + +- update to 1.0.2: + * Switch to GitHub Actions + * This will be the last release to support Python 2.6, 2.7 or 3.6 + ------------------------------------------------------------------- Wed Dec 29 09:56:27 UTC 2021 - Ben Greiner diff --git a/python-pytest-httpbin.spec b/python-pytest-httpbin.spec index b492f02..a2140d0 100644 --- a/python-pytest-httpbin.spec +++ b/python-pytest-httpbin.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-httpbin # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-httpbin -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Web service for testing HTTP libraries License: MIT @@ -59,7 +59,9 @@ fixture. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Flask 2.1 returns relative URLs again +# gh#kevin1024/pytest-httpbin#64 +%pytest -k "not test_redirect_location_is_https_for_secure_server" %files %{python_files} %doc README.md DESCRIPTION.rst