forked from pool/python-pytest-asyncio
		
	Accepting request 993402 from home:jayvdb:branches:devel:languages:python:pytest
- Update to 0.19.0
  * BREAKING: The default ``asyncio_mode`` is now *strict*.
  * Removes `setup.py` since all relevant configuration is present
    `setup.cfg`.
  * Declare support for Python 3.11
OBS-URL: https://build.opensuse.org/request/show/993402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=21
			
			
This commit is contained in:
		| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:9c129d780f1120da6f512eddc09180fa716b58fd647dd9f2efb544b8b33bc3f9 |  | ||||||
| size 25049 |  | ||||||
							
								
								
									
										3
									
								
								pytest-asyncio-0.19.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								pytest-asyncio-0.19.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:94d00bc9fbe91d9075db8afc7d9ca32be682c79be1466504481ae9d419ea8c01 | ||||||
|  | size 25754 | ||||||
| @@ -1,3 +1,12 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Aug  5 04:57:24 UTC 2022 - John Vandenberg <jayvdb@gmail.com> | ||||||
|  |  | ||||||
|  | - Update to 0.19.0 | ||||||
|  |   * BREAKING: The default ``asyncio_mode`` is now *strict*. | ||||||
|  |   * Removes `setup.py` since all relevant configuration is present | ||||||
|  |     `setup.cfg`. | ||||||
|  |   * Declare support for Python 3.11 | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Wed Jul  6 07:59:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com> | Wed Jul  6 07:59:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| # | # | ||||||
| # spec file | # spec file for package python-pytest-asyncio | ||||||
| # | # | ||||||
| # Copyright (c) 2022 SUSE LLC | # Copyright (c) 2022 SUSE LLC | ||||||
| # | # | ||||||
| @@ -25,15 +25,17 @@ | |||||||
| %bcond_with test | %bcond_with test | ||||||
| %endif | %endif | ||||||
| Name:           python-pytest-asyncio%{psuffix} | Name:           python-pytest-asyncio%{psuffix} | ||||||
| Version:        0.18.3 | Version:        0.19.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Pytest support for asyncio | Summary:        Pytest support for asyncio | ||||||
| License:        Apache-2.0 | License:        Apache-2.0 | ||||||
| URL:            https://github.com/pytest-dev/pytest-asyncio | URL:            https://github.com/pytest-dev/pytest-asyncio | ||||||
| Source:         https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz | Source:         https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz | ||||||
| BuildRequires:  %{python_module base >= 3.7} | BuildRequires:  %{python_module base >= 3.7} | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module setuptools_scm} | BuildRequires:  %{python_module setuptools_scm} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| Requires:       python-pytest >= 6.1.0 | Requires:       python-pytest >= 6.1.0 | ||||||
| @@ -63,12 +65,12 @@ provides useful fixtures and markers to make testing easier. | |||||||
|  |  | ||||||
| %build | %build | ||||||
| export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} | export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} | ||||||
| %python_build | %pyproject_wheel | ||||||
|  |  | ||||||
| %if !%{with test} | %if !%{with test} | ||||||
| %install | %install | ||||||
| export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} | export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} | ||||||
| %python_install | %pyproject_install | ||||||
| %python_expand %fdupes %{buildroot}%{$python_sitelib} | %python_expand %fdupes %{buildroot}%{$python_sitelib} | ||||||
| %endif | %endif | ||||||
|  |  | ||||||
| @@ -81,8 +83,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} | |||||||
| %files %{python_files} | %files %{python_files} | ||||||
| %doc README.rst | %doc README.rst | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %{python_sitelib}/pytest_asyncio | %{python_sitelib}/pytest_asyncio/ | ||||||
| %{python_sitelib}/pytest_asyncio-%{version}*-info | %{python_sitelib}/pytest_asyncio-%{version}*-info/ | ||||||
| %endif | %endif | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user