12
0
forked from pool/python-apipkg
Commit Graph

26 Commits

Author SHA256 Message Date
4694cb40d8 Accepting request 1116439 from devel:languages:python:pytest
- update to 3.0.2:
  * Fix import path to make it vendoring-friendly
  * remove py reference from tests
- switch to gh tarball to get tests again

- refresh pytest4.patch for pytest5
- Converted to single-spec

OBS-URL: https://build.opensuse.org/request/show/1116439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=12
2023-10-11 21:53:40 +00:00
865885c37d - switch to gh tarball to get tests again
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=22
2023-10-09 11:21:02 +00:00
ddad819998 - update to 3.0.2:
* Fix import path to make it vendoring-friendly
  * remove py reference from tests
- refresh pytest4.patch for pytest5
- Converted to single-spec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=21
2023-10-02 10:04:25 +00:00
4f48372ae2 Accepting request 1082448 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1082448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=11
2023-04-25 14:53:44 +00:00
a008289d1b Accepting request 1082400 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1082400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=19
2023-04-24 09:17:47 +00:00
116ec68bdb Accepting request 1067948 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1067948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=10
2023-02-28 11:48:13 +00:00
84148ef354 Accepting request 1067938 from home:mcepl:branches:devel:languages:python
- Don't use fdupes -s, it hurts.

OBS-URL: https://build.opensuse.org/request/show/1067938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=17
2023-02-27 10:48:54 +00:00
502ec2976b Accepting request 1039166 from devel:languages:python:pytest
- Generate the _version.py file in %prep to remove completely hatch-vcs from
  pyproject to make it build and run tests correctly
- Remove python-hatch-vcs dependency
- Remove python-py dependency
- Remove python_module macro definition
- Update to 3.0.1:
  * restore tox.ini to support tox --current-env based packaging
- 3.0.0
  * add support for python 3.11 and drop dead pythons (thanks hukgo)
  * migrate to hatch
  * split up __init__.py
  * add some type annotations
- 2.1.1
  * drop the python 3.4 support marker, 2.1.0 broke it
    2.1.0 will be yanked after release

OBS-URL: https://build.opensuse.org/request/show/1039166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=9
2022-12-01 15:58:38 +00:00
30f55bc2c6 - Generate the _version.py file in %prep to remove completely hatch-vcs from
pyproject to make it build and run tests correctly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=15
2022-11-30 17:07:08 +00:00
2a1205e31d - Remove python-hatch-vcs dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=14
2022-11-30 16:45:34 +00:00
62a4aa49d1 - Remove python-py dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=13
2022-11-30 12:49:29 +00:00
a370ab8b97 - Remove python_module macro definition
- Update to 3.0.1:
  * restore tox.ini to support tox --current-env based packaging
- 3.0.0
  * add support for python 3.11 and drop dead pythons (thanks hukgo)
  * migrate to hatch
  * split up __init__.py
  * add some type annotations
- 2.1.1
  * drop the python 3.4 support marker, 2.1.0 broke it
    2.1.0 will be yanked after release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=12
2022-11-29 16:55:21 +00:00
41388c9b25 Accepting request 925858 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/925858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=8
2021-10-20 18:23:42 +00:00
fce94e2478 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
94587af9fa sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=10
2021-01-21 15:34:31 +00:00
25f4e86ad4 ?
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=9
2021-01-21 15:32:45 +00:00
a154fcddb9 Accepting request 854121 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/854121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=7
2020-12-12 19:29:14 +00:00
ff3417f6ab 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
25396c7ed0 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
c2462b0b4a Accepting request 716841 from devel:languages:python:pytest
- refresh pytest4.patch for pytest5

OBS-URL: https://build.opensuse.org/request/show/716841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=6
2019-07-30 11:01:17 +00:00
563342ba3f - 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
Stephan Kulow
cee0eb30bc Accepting request 674125 from devel:languages:python:pytest
- Add patch to fix build with pytest newer than 4:
  * pytest4.patch

OBS-URL: https://build.opensuse.org/request/show/674125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=5
2019-02-24 16:04:09 +00:00
c9991e6a73 Accepting request 627536 from devel:languages:python
- update to 1.5
- fixed dependencies
  * switch to setuptools_scm
  * avoid dict iteration (fixes issue on python3)
  * preserve __package__ - ths gets us better pep 302 compliance (forwarded request 627535 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/627536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=4
2018-08-08 12:45:37 +00:00
19581898ae Accepting request 491607 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/491607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=3
2017-05-06 16:29:29 +00:00
1892089336 Accepting request 379944 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/379944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=2
2016-03-26 14:29:43 +00:00
f23293308a Accepting request 367833 from devel:languages:python
python-execnet dependency

OBS-URL: https://build.opensuse.org/request/show/367833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=1
2016-03-18 20:39:45 +00:00