Revisions of python-rpm-macros

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 904437 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 869588 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 35)
- Update to version 20210204.937b8d8:
  * fixup: last PR was missing a commit for pyproject_wheel syntax errors
- Update to version 20210204.90721de:
  * mv -n does not work in SLE12
  * Update PEP517/518 macro documentation in README
  * Let pyproject_install search for more locations for wheels or specify explicitely
  * Read .rpmmacros (= prjconf Macro: definitions) for default buildset
- Update to version 20210203.0d8a91e:
  * don't define skip_python2 by default
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 868221 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 34)
- Update to version 20210131.ec7577b:
  * remove old commented path finding section
  * expand python_subpackage_only not earlier than in python_subpackages call
  * make the path and var macros return a non-interrupted string even when the flavor is not installed

- Update to version 20210131.1450767:
  * only add parentheses when boolean operators are used
  * sync buildset definitions with Factory
  * fix typo

- Update to version 20210127.3a18043:
  * dont't rename wheel when it already has the same name

- Update to version 20210126.fea1c1f:
  * Document python_module with boolean dependecies
  * workaround undetected abi and platform tags gh#openSUSE/python-rpm-macros#93

- Update to version 20210121.ef5b8b9:
  * Add %python pseudo-macro for %python_modules -- server and rpm version

- Update to version 20210117.63cf413:
  * improve flavor variable naming in python_expand

- Update to version 20210116.2682657:
  * remove python2 not found error
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 828863 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
- Update to version 20200824.8fa42a7:
  * Drop -v from the pyunittest macros
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 824570 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 31)
- Update to version 20200806.f44d3ac:
  * fix unittest macros
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 820838 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
- Update to version 20200714.252de1f:
  * Add pyunittest and pyunittest_arch macros
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 816897 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 28)
- Update to version 20200625.e862151:
  * fix pytest_arch PYTHONPATH
  * expand calls pyproject* macros (revert #45)
  * let the shell expand PYTHONPATH

- Update to version 20200623.3ea9b62:
  * fix PYTHONPATH on pytest_arch macro

- Update to version 20200622.1919233:
  * Expand %buildroot first (avoid endless cycle; bsc#1162743)

- Update to version 20200622.1f4c5d2:
  * Add missing semicolon

- For Factory change %system_python to python3.

- Update to version 20200603.503823c:
  * Don't add empty path to PYTHONPATH setting.
  * Do not expand macros, just print them unexpanded (for %pytest* and %pyproject* macros)
  * Replace py.test -> pytest
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 805136 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 26)
- Update to version 20200207.5feb6c1 bsc#1171561:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 797835 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
- Update to version 20200207.5feb6c1:
  * Do not write .pyc files for tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 766863 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
- Update to version 20200117.8e39013 bsc#1161770:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 745134 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 22)
- Update to version 20191104.08e6493:
  * %pyproject_install macro should include --no-compile.
  * Recognise the _ for the macro arguments too
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 708959 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
- 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.

- Update to version 20190511.2ed22b6:
  * Add the first draft of pyproject_wheel and pyproject_install macros.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 692295 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 19)
- Update to version 20190408.32abece bsc#1128323:
  * Multiline macros don't work correctly on older RPMs.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 690635 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 18)
- Update to version 20190402.c88be49:
  * Add missing $ expansion on the pytest call
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 685389 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
- Update to version 20190315.d3034bf bsc#1128323:
  * Rewrite pytest and pytest_arch into Lua macros with multiple arguments.

- bsc#1128323: Update to version 20190307.fbaed33
Displaying revisions 21 - 40 of 56
openSUSE Build Service is sponsored by