Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-httpx for 
openSUSE:Factory checked in at 2023-06-01 17:19:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpx (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-httpx.new.2531 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-httpx"

Thu Jun  1 17:19:57 2023 rev:5 rq:1090223 version:0.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-httpx/python-pytest-httpx.changes  
2023-01-17 17:35:41.517312709 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpx.new.2531/python-pytest-httpx.changes
        2023-06-01 17:20:17.390434049 +0200
@@ -1,0 +2,9 @@
+Thu May  4 22:53:10 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.22.0:
+  * Requires `httpx`==0.24.\*
+  * Update version specifiers for `pytest` dependency to support
+    `packaging` `23`.
+  * Add explicit support for `python` `3.11`.
+
+-------------------------------------------------------------------

Old:
----
  pytest_httpx-0.21.2-gh.tar.gz

New:
----
  pytest_httpx-0.22.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-pytest-httpx.spec ++++++
--- /var/tmp/diff_new_pack.i0fFUg/_old  2023-06-01 17:20:18.138438483 +0200
+++ /var/tmp/diff_new_pack.i0fFUg/_new  2023-06-01 17:20:18.142438508 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-pytest-httpx
-Version:        0.21.2
+Version:        0.22.0
 Release:        0
 Summary:        Send responses to httpx
 License:        MIT
@@ -27,12 +27,12 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module httpx >= 0.23.0}
+BuildRequires:  %{python_module httpx >= 0.24.0}
 BuildRequires:  %{python_module pytest >= 6.0}
 BuildRequires:  %{python_module pytest-asyncio >= 0.20.0}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-httpx >= 0.23.0
+Requires:       python-httpx >= 0.24.0
 Requires:       python-pytest >= 6.0
 BuildArch:      noarch
 %python_subpackages
@@ -43,8 +43,7 @@
 %prep
 %setup -q -n pytest_httpx-%{version}
 # unpin exact version
-sed -i '/install_requires/ s/httpx==0.23.\*/httpx/' setup.py
-sed -i '/install_requires/ s/pytest>=6.*,<8.\*/pytest/' setup.py
+sed -i '/install_requires/ s/httpx==0.24.\*/httpx/' setup.py
 
 %build
 %python_build

++++++ pytest_httpx-0.21.2-gh.tar.gz -> pytest_httpx-0.22.0-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/.github/workflows/release.yml 
new/pytest_httpx-0.22.0/.github/workflows/release.yml
--- old/pytest_httpx-0.21.2/.github/workflows/release.yml       2022-11-03 
22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/.github/workflows/release.yml       2023-04-12 
19:04:26.000000000 +0200
@@ -11,7 +11,7 @@
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.7', '3.8', '3.9', '3.10']
+        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
 
     steps:
     - uses: actions/checkout@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/.github/workflows/test.yml 
new/pytest_httpx-0.22.0/.github/workflows/test.yml
--- old/pytest_httpx-0.21.2/.github/workflows/test.yml  2022-11-03 
22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/.github/workflows/test.yml  2023-04-12 
19:04:26.000000000 +0200
@@ -8,7 +8,7 @@
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.7', '3.8', '3.9', '3.10']
+        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
         pytest-major-version: ['6', '7']
 
     steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/.pre-commit-config.yaml 
new/pytest_httpx-0.22.0/.pre-commit-config.yaml
--- old/pytest_httpx-0.21.2/.pre-commit-config.yaml     2022-11-03 
22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/.pre-commit-config.yaml     2023-04-12 
19:04:26.000000000 +0200
@@ -1,5 +1,5 @@
 repos:
   - repo: https://github.com/psf/black
-    rev: 22.10.0
+    rev: 22.12.0
     hooks:
       - id: black
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/CHANGELOG.md 
new/pytest_httpx-0.22.0/CHANGELOG.md
--- old/pytest_httpx-0.21.2/CHANGELOG.md        2022-11-03 22:03:01.000000000 
+0100
+++ new/pytest_httpx-0.22.0/CHANGELOG.md        2023-04-12 19:04:26.000000000 
+0200
@@ -6,6 +6,15 @@
 
 ## [Unreleased]
 
+## [0.22.0] - 2023-04-12
+### Changed
+- Requires [`httpx`](https://www.python-httpx.org)==0.24.\*
+
+## [0.21.3] - 2023-01-20
+### Fixed
+- Update version specifiers for `pytest` dependency to support `packaging` 
`23`.
+- Add explicit support for `python` `3.11`.
+
 ## [0.21.2] - 2022-11-03
 ### Fixed
 - URL containing non ASCII characters in query can now be matched.
@@ -232,7 +241,9 @@
 ### Added
 - First release, should be considered as unstable for now as design might 
change.
 
-[Unreleased]: https://github.com/Colin-b/pytest_httpx/compare/v0.21.2...HEAD
+[Unreleased]: https://github.com/Colin-b/pytest_httpx/compare/v0.22.0...HEAD
+[0.22.0]: https://github.com/Colin-b/pytest_httpx/compare/v0.21.3...v0.22.0
+[0.21.3]: https://github.com/Colin-b/pytest_httpx/compare/v0.21.2...v0.21.3
 [0.21.2]: https://github.com/Colin-b/pytest_httpx/compare/v0.21.1...v0.21.2
 [0.21.1]: https://github.com/Colin-b/pytest_httpx/compare/v0.21.0...v0.21.1
 [0.21.0]: https://github.com/Colin-b/pytest_httpx/compare/v0.20.0...v0.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/CONTRIBUTING.md 
new/pytest_httpx-0.22.0/CONTRIBUTING.md
--- old/pytest_httpx-0.21.2/CONTRIBUTING.md     2022-11-03 22:03:01.000000000 
+0100
+++ new/pytest_httpx-0.22.0/CONTRIBUTING.md     2023-04-12 19:04:26.000000000 
+0200
@@ -48,7 +48,7 @@
     * To add the [pre-commit](https://pre-commit.com) hook, after the 
installation run: **pre-commit install**
 6) Add at least one [`pytest`](https://doc.pytest.org/en/latest/index.html) 
test case.
     * Unless it is an internal refactoring request or a documentation update.
-7) Add related [changelog entry](https://keepachangelog.com/en/1.1.0/).
+7) Add related [changelog entry](https://keepachangelog.com/en/1.1.0/) in the 
`Unreleased` section.
     * Unless it is a documentation update.
 
 #### Enter pull request
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/LICENSE 
new/pytest_httpx-0.22.0/LICENSE
--- old/pytest_httpx-0.21.2/LICENSE     2022-11-03 22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/LICENSE     2023-04-12 19:04:26.000000000 +0200
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2022 Colin Bounouar
+Copyright (c) 2023 Colin Bounouar
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/pytest_httpx/version.py 
new/pytest_httpx-0.22.0/pytest_httpx/version.py
--- old/pytest_httpx-0.21.2/pytest_httpx/version.py     2022-11-03 
22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/pytest_httpx/version.py     2023-04-12 
19:04:26.000000000 +0200
@@ -3,4 +3,4 @@
 # Major should be incremented in case there is a breaking change. (eg: 2.5.8 
-> 3.0.0)
 # Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 
2.6.0)
 # Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
-__version__ = "0.21.2"
+__version__ = "0.22.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest_httpx-0.21.2/setup.py 
new/pytest_httpx-0.22.0/setup.py
--- old/pytest_httpx-0.21.2/setup.py    2022-11-03 22:03:01.000000000 +0100
+++ new/pytest_httpx-0.22.0/setup.py    2023-04-12 19:04:26.000000000 +0200
@@ -32,6 +32,7 @@
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
+        "Programming Language :: Python :: 3.11",
         "Topic :: Software Development :: Build Tools",
         "Topic :: Internet :: WWW/HTTP",
         "Framework :: Pytest",
@@ -40,7 +41,7 @@
     packages=find_packages(exclude=["tests*"]),
     package_data={"pytest_httpx": ["py.typed"]},
     entry_points={"pytest11": ["pytest_httpx = pytest_httpx"]},
-    install_requires=["httpx==0.23.*", "pytest>=6.*,<8.*"],
+    install_requires=["httpx==0.24.*", "pytest>=6.0,<8.0"],
     extras_require={
         "testing": [
             # Used to run async test functions

Reply via email to