diff --git a/PKG-INFO b/PKG-INFO index 99c9fe0..69719e6 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,42 +1,42 @@ Metadata-Version: 2.1 Name: swh.core -Version: 1.1.0 +Version: 1.1.1 Summary: Software Heritage core utilities Home-page: https://forge.softwareheritage.org/diffusion/DCORE/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate Project-URL: Source, https://forge.softwareheritage.org/source/swh-core Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-core/ Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Classifier: Development Status :: 5 - Production/Stable Requires-Python: >=3.7 Description-Content-Type: text/x-rst Provides-Extra: testing-core Provides-Extra: logging Provides-Extra: db Provides-Extra: http Provides-Extra: testing License-File: LICENSE License-File: AUTHORS Software Heritage - Core foundations ==================================== Low-level utilities and helpers used by almost all other modules in the stack. core library for swh's modules: - config parser - serialization - logging mechanism - database connection - http-based RPC client/server diff --git a/requirements-test.txt b/requirements-test.txt index e1f130a..681761e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,11 +1,11 @@ hypothesis >= 3.11.0 -pytest +pytest < 7.0.0 # v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use pytest-mock pytz requests-mock types-click types-flask types-pytz types-pyyaml types-requests diff --git a/swh.core.egg-info/PKG-INFO b/swh.core.egg-info/PKG-INFO index 99c9fe0..69719e6 100644 --- a/swh.core.egg-info/PKG-INFO +++ b/swh.core.egg-info/PKG-INFO @@ -1,42 +1,42 @@ Metadata-Version: 2.1 Name: swh.core -Version: 1.1.0 +Version: 1.1.1 Summary: Software Heritage core utilities Home-page: https://forge.softwareheritage.org/diffusion/DCORE/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest Project-URL: Funding, https://www.softwareheritage.org/donate Project-URL: Source, https://forge.softwareheritage.org/source/swh-core Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-core/ Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Classifier: Development Status :: 5 - Production/Stable Requires-Python: >=3.7 Description-Content-Type: text/x-rst Provides-Extra: testing-core Provides-Extra: logging Provides-Extra: db Provides-Extra: http Provides-Extra: testing License-File: LICENSE License-File: AUTHORS Software Heritage - Core foundations ==================================== Low-level utilities and helpers used by almost all other modules in the stack. core library for swh's modules: - config parser - serialization - logging mechanism - database connection - http-based RPC client/server diff --git a/swh.core.egg-info/requires.txt b/swh.core.egg-info/requires.txt index fcf8242..f297994 100644 --- a/swh.core.egg-info/requires.txt +++ b/swh.core.egg-info/requires.txt @@ -1,57 +1,57 @@ click deprecated python-magic pyyaml sentry-sdk [db] psycopg2 typing-extensions pytest-postgresql<4.0.0 [http] aiohttp aiohttp_utils>=3.1.1 blinker flask iso8601 msgpack>=1.0.0 requests [logging] systemd-python [testing] hypothesis>=3.11.0 -pytest +pytest<7.0.0 pytest-mock pytz requests-mock types-click types-flask types-pytz types-pyyaml types-requests psycopg2 typing-extensions pytest-postgresql<4.0.0 aiohttp aiohttp_utils>=3.1.1 blinker flask iso8601 msgpack>=1.0.0 requests systemd-python [testing-core] hypothesis>=3.11.0 -pytest +pytest<7.0.0 pytest-mock pytz requests-mock types-click types-flask types-pytz types-pyyaml types-requests