6
0

- Update to version 20201016.db09189:

* Delete pycache files before compilealll
  * Update macros/010-common-defs
  * Reword compileall
  * mention pyproject.toml and link to PEP517 and PEP518
  * add description for pyunittest macro
  * add description for python_compileall macro
  * add description for pyproject macros
  * add python_compileall macro and use it in pyproject_install
  * disable pip version check: no connection to pypi.org

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=111
This commit is contained in:
2020-10-16 14:32:21 +00:00
committed by Git OBS Bridge
parent 4153c7831f
commit ec210273d1
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 16 14:31:59 UTC 2020 - mcepl@cepl.eu
- Update to version 20201016.db09189:
* Delete pycache files before compilealll
* Update macros/010-common-defs
* Reword compileall
* mention pyproject.toml and link to PEP517 and PEP518
* add description for pyunittest macro
* add description for python_compileall macro
* add description for pyproject macros
* add python_compileall macro and use it in pyproject_install
* disable pip version check: no connection to pypi.org
-------------------------------------------------------------------
Tue Sep 22 19:29:03 UTC 2020 - Matej Cepl <mcepl@suse.com>