0a32e55343
Accepting request 1081515 from home:dirkmueller:acdc:as_python3_module
...
SR for python stack proposal
OBS-URL: https://build.opensuse.org/request/show/1081515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=23
2023-04-21 14:16:03 +00:00
60d4acf2dd
Accepting request 1004386 from home:bnavigator:branches:devel:languages:python
...
- Clean specfile from python2 directives.
- Simplify wheel building section: new python-rpm-macros only
builds one pure wheel automatically.
- Prepare for python311 flavor, tomli not required.
OBS-URL: https://build.opensuse.org/request/show/1004386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=21
2022-09-17 19:15:59 +00:00
33f3216cbf
- update to 0.13.0:
...
- Remove support for end-of-life Pythons. Now requires Python3.6+.
- Remove support for ``toml`` package. Now requires ``tomli``.
- Rely on preferred "files" API on Python 3.9 and later (#140 ).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=19
2022-09-12 20:21:52 +00:00
8e88005167
Accepting request 945131 from home:bnavigator:branches:devel:languages:python
...
- Make it work with old python-rpm-macros
OBS-URL: https://build.opensuse.org/request/show/945131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=18
2022-01-09 15:10:22 +00:00
724d33afc9
Accepting request 935040 from home:bnavigator:branches:devel:languages:python
...
- Fix SLE/Leap python2 build
OBS-URL: https://build.opensuse.org/request/show/935040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=17
2021-12-01 18:25:37 +00:00
19665e8778
- update to 0.12.0:
...
* Fix DeprecationWarning in tomli.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=16
2021-11-07 18:14:58 +00:00
John Vandenberg
3738108b3d
Accepting request 925671 from home:bnavigator:branches:devel:languages:python
...
- Update to 0.11
* Support editable hooks (PEP 660).
* Use the TOML 1.0 compliant tomli parser module on Python 3.6
and above.
* Ensure TOML files are always read as UTF-8.
* Switch CI to Github actions.
- Release 0.10
* Avoid shadowing imports such as colorlog in the backend, by
moving the _in_process.py script into a separate subpackage.
* Issue warnings when using the deprecated pep517.build and
pep517.check modules at the command line. See the PyPA build
project for a replacement.
* Allow building with flit_core 3.x.
* Prefer the standard library unittest.mock to mock for tests on
Python 3.6 and above.
- Avoid possible bootstrap build depcycles with _multibuild
- Use pep517 install instead of distutils in order to produce
proper dist-info
OBS-URL: https://build.opensuse.org/request/show/925671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=15
2021-10-16 11:56:49 +00:00
John Vandenberg
62ce20d341
Accepting request 852717 from home:bnavigator:branches:devel:languages:python
...
- BuildRequire flit-core for all possible python3 flavors
gh#openSUSE/python-rpm-macros#66
- remove python2 skip for test_meta in check section. The test is
correctly marked for skipping with python2 in the source file.
OBS-URL: https://build.opensuse.org/request/show/852717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=13
2020-12-03 00:52:12 +00:00
78b579f36a
Accepting request 848332 from home:jayvdb:branches:devel:languages:python
...
- Add Recommends pip & python-wheel >= 0.25
- Add build dependencies to activate test_meta on Python 3
- Disable pip --ignore-installed mode in runtime package
- Add doc/*.rst to %doc
- Update to v0.9.1
OBS-URL: https://build.opensuse.org/request/show/848332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=11
2020-11-13 18:36:22 +00:00
Tomáš Chvátal
a83015628a
Accepting request 839911 from home:jayvdb:branches:devel:languages:python
...
- Update to v0.8.2
* Avoid compat.py, to make _in_process.py zip-safe
OBS-URL: https://build.opensuse.org/request/show/839911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=9
2020-10-07 06:15:17 +00:00
Tomáš Chvátal
fb8c394597
Accepting request 784279 from home:mcalabkova:branches:devel:languages:python
...
- Update to version 0.8.1
* Update CI to Python 3.8
* Add trove classifiers for supported Pythons.
OBS-URL: https://build.opensuse.org/request/show/784279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=7
2020-03-12 11:24:44 +00:00
Tomáš Chvátal
8a63bcc7b0
Accepting request 741049 from home:mcalabkova:branches:devel:languages:python
...
- Update to version 0.7.0
* Migrate from pytoml to toml.
* Include name of missing hook in HookMissing
* Support back-end path in pyproject.toml
OBS-URL: https://build.opensuse.org/request/show/741049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=5
2019-10-18 10:57:37 +00:00
Tomáš Chvátal
d325975a5f
Accepting request 726506 from home:mcalabkova:branches:devel:languages:python
...
- update to version 0.6.0
* Rely on __legacy__ for fallback behavior.
* Add a runner argument to Pep517HookCaller.
* Rename 'build_meta' to simply 'meta'
* Use the classic syntax for __main__ detection
* Move 'build' support to build module
* backend-path fixes
OBS-URL: https://build.opensuse.org/request/show/726506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=3
2019-08-27 23:42:07 +00:00
694c6f2ccd
Accepting request 682080 from home:jayvdb:coala:python3-bears
...
- Initial spec for v0.5.0
OBS-URL: https://build.opensuse.org/request/show/682080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep517?expand=0&rev=1
2019-03-06 11:23:48 +00:00