diff --git a/PKG-INFO b/PKG-INFO index c4661ac..548d121 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,32 +1,28 @@ Metadata-Version: 2.1 Name: swh.loader.bzr -Version: 1.3.1 +Version: 1.3.2 Summary: Software Heritage Bazaar/Breezy intent Home-page: https://forge.softwareheritage.org/diffusion/DLDBZR/ 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-loader-bzr Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-bzr/ -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 :: 3 - Alpha Requires-Python: >=3.7 Description-Content-Type: text/x-rst Provides-Extra: testing License-File: LICENSE License-File: AUTHORS Software Heritage - Bazaar/Breezy loader ======================================== Loader for `Bazaar `_ and `Breezy `_ repositories. Breezy is a friendly fork of Bazaar that supports the Bazaar file format and network protocol. - - diff --git a/pytest.ini b/pytest.ini index e7f139e..7c07895 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] norecursedirs = build docs .* + +asyncio_mode = strict diff --git a/requirements.txt b/requirements.txt index a9de957..738bfc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html -breezy +breezy < 3.3.0 # version 3.3.0 introduces Rust code, which requires rustc versions newer than available in Debian 11 diff --git a/swh.loader.bzr.egg-info/PKG-INFO b/swh.loader.bzr.egg-info/PKG-INFO index c4661ac..548d121 100644 --- a/swh.loader.bzr.egg-info/PKG-INFO +++ b/swh.loader.bzr.egg-info/PKG-INFO @@ -1,32 +1,28 @@ Metadata-Version: 2.1 Name: swh.loader.bzr -Version: 1.3.1 +Version: 1.3.2 Summary: Software Heritage Bazaar/Breezy intent Home-page: https://forge.softwareheritage.org/diffusion/DLDBZR/ 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-loader-bzr Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-bzr/ -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 :: 3 - Alpha Requires-Python: >=3.7 Description-Content-Type: text/x-rst Provides-Extra: testing License-File: LICENSE License-File: AUTHORS Software Heritage - Bazaar/Breezy loader ======================================== Loader for `Bazaar `_ and `Breezy `_ repositories. Breezy is a friendly fork of Bazaar that supports the Bazaar file format and network protocol. - - diff --git a/swh.loader.bzr.egg-info/requires.txt b/swh.loader.bzr.egg-info/requires.txt index 7ad779a..e412e42 100644 --- a/swh.loader.bzr.egg-info/requires.txt +++ b/swh.loader.bzr.egg-info/requires.txt @@ -1,12 +1,12 @@ -breezy +breezy<3.3.0 swh.model>=2.6.1 swh.storage>=0.41.1 swh.scheduler>=0.23.0 swh.loader.core>=3.0.0 [testing] pytest pytest-mock swh.core[http]>=0.0.61 swh.scheduler[testing]>=0.5.0 swh.storage[testing]