11
0
forked from pool/python-apipkg
Commit Graph

6 Commits

Author SHA256 Message Date
b0152bfcfe Accepting request 925833 from home:bnavigator:branches:devel:languages:python:pytest
- Update to v2.1.0
  * fix race condition for import of modules using apipkg.initpkg
    in Python 3.3+ by updating existing modules in-place rather
    than replacing in sys.modules with an apipkg.ApiModule
    instances. This race condition exists for import statements
    (and __import__) in Python 3.3+ where sys.modules is checked
    before obtaining an import lock, and for
    importlib.import_module in Python 3.11+ for the same reason.
- Release 2.0.1
  * fix race conditions for attribute creation
- Release 2.0.0
  * also transfer __spec__ attribute
  * make py.test hack more specific to avoid hiding real errors
  * switch from Travis CI to GitHub Actions
  * modernize package build
  * reformat code with black
- Drop pytest4.patch

OBS-URL: https://build.opensuse.org/request/show/925833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=11
2021-10-17 15:26:11 +00:00
e782f2f5f5 Accepting request 853754 from home:bnavigator:branches:devel:languages:python:pytest
- The now broken apicycle requires apipkg to be importable from
  elsewhere -- use src dir.

OBS-URL: https://build.opensuse.org/request/show/853754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=7
2020-12-08 19:50:42 +00:00
0d93329cd1 Accepting request 853433 from home:mcepl:branches:devel:tools:scm
- Split package into multibuild, to avoid apipkg -> pytest -> py ->
  apipkg cycle.

OBS-URL: https://build.opensuse.org/request/show/853433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=6
2020-12-07 02:12:04 +00:00
2149d04006 - refresh pytest4.patch for pytest5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=4
2019-07-19 09:03:23 +00:00
Tomáš Chvátal
355a7eb2e3 - Add patch to fix build with pytest newer than 4:
* pytest4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=2
2019-02-12 14:16:15 +00:00
f2d7c7c2d1 osc copypac from project:devel:languages:python package:python-apipkg revision:9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=1
2018-08-22 14:49:02 +00:00