forked from pool/python-rpm-macros
Accepting request 708958 from home:mcepl:neovim
- Update to version 20190610.2ee3233: * Fix typo, missing opening brace. * Add the first draft of pyproject_wheel and pyproject_install macros. * Yet another attempt to preserve $PYTHONPATH set in the environment. * Document also %pytest_arch * Document %pytest in README.md * Multiline macros don't work correctly on older RPMs. * Add missing $ expansion on the pytest call * Rewrite pytest and pytest_arch into Lua macros with multiple arguments. * We should preserve existing PYTHONPATH. * Add --ignore to pytest calls to ignore build directories. - Update to version 20190610.2ee3233: * Fix typo, missing opening brace. OBS-URL: https://build.opensuse.org/request/show/708958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=75
This commit is contained in:
parent
35c3ece7f9
commit
1930867035
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
|
||||
<param name="changesrevision">2ed22b611eba51d26f43b6bde738537e08b8f8ce</param></service></servicedata>
|
||||
<param name="changesrevision">2ee323342bb98f6089007de6ffaf8d3f03d873c1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af84e4ab634c2e9e4906cdb6261b432162724b0074f6e8be995c4091e928bc6e
|
||||
size 12862
|
3
python-rpm-macros-20190610.2ee3233.tar.bz2
Normal file
3
python-rpm-macros-20190610.2ee3233.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e4e0119c88b51d5435db4bb10dbf19f8feb795128c59a709686b5e1f7ff340b
|
||||
size 12863
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 11:34:32 UTC 2019 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 20190610.2ee3233:
|
||||
* Fix typo, missing opening brace.
|
||||
* Add the first draft of pyproject_wheel and pyproject_install macros.
|
||||
* Yet another attempt to preserve $PYTHONPATH set in the environment.
|
||||
* Document also %pytest_arch
|
||||
* Document %pytest in README.md
|
||||
* Multiline macros don't work correctly on older RPMs.
|
||||
* Add missing $ expansion on the pytest call
|
||||
* Rewrite pytest and pytest_arch into Lua macros with multiple arguments.
|
||||
* We should preserve existing PYTHONPATH.
|
||||
* Add --ignore to pytest calls to ignore build directories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 11:27:22 UTC 2019 - mcepl@cepl.eu
|
||||
|
||||
- Update to version 20190610.2ee3233:
|
||||
* Fix typo, missing opening brace.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 12:38:10 UTC 2019 - mcepl@cepl.eu
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-rpm-macros
|
||||
Version: 20190511.2ed22b6
|
||||
Version: 20190610.2ee3233
|
||||
Release: 0
|
||||
Summary: RPM macros for building of Python modules
|
||||
License: WTFPL
|
||||
|
Loading…
Reference in New Issue
Block a user