1
0

Accepting request 816897 from devel:languages:python:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/816897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2020-06-29 19:14:28 +00:00 committed by Git OBS Bridge
commit 6f8221ff07
5 changed files with 49 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/python-rpm-macros.git</param>
<param name="changesrevision">e97e137d10e1a11dcba0102a123c54f7eda7d058</param></service></servicedata>
<param name="changesrevision">e862151cdea52d4c279ed69cb7c57d6b2bddc872</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:341771f283bc557396608fd00e9d012447d016d3dcb116c4a117c8ecee2ac588
size 13856

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed9163e8921733b51fa2fdfe518fed5b1ff0b4d56c0cad6651192fe4b8bddb3e
size 13912

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jun 24 22:05:31 UTC 2020 - mcepl@cepl.eu
- Update to version 20200625.e862151:
* fix pytest_arch PYTHONPATH
* expand calls pyproject* macros (revert #45)
* let the shell expand PYTHONPATH
-------------------------------------------------------------------
Tue Jun 23 12:14:22 UTC 2020 - tchvatal@suse.com
- Update to version 20200623.3ea9b62:
* fix PYTHONPATH on pytest_arch macro
-------------------------------------------------------------------
Mon Jun 22 19:00:48 UTC 2020 - mcepl@cepl.eu
- Update to version 20200622.1919233:
* Expand %buildroot first (avoid endless cycle; bsc#1162743)
-------------------------------------------------------------------
Mon Jun 22 12:41:25 UTC 2020 - mcepl@cepl.eu
- Update to version 20200622.1f4c5d2:
* Add missing semicolon
-------------------------------------------------------------------
Wed Jun 3 12:01:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
- For Factory change %system_python to python3.
-------------------------------------------------------------------
Wed Jun 03 08:16:36 UTC 2020 - mcepl@cepl.eu
- 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
-------------------------------------------------------------------
Fri May 29 15:28:22 UTC 2020 - mcepl@cepl.eu

View File

@ -17,7 +17,7 @@
Name: python-rpm-macros
Version: 20200529.b301e36
Version: 20200625.e862151
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL
@ -49,9 +49,14 @@ dependencies automatically.
%prep
%setup -q
%autopatch -p1
%if 0%{?suse_version} < 1330
mv macros-default-pythons macros/035-default-pythons
%endif
%if 0%{?suse_version} >= 1550
sed -i -e '/^%system_python/s/python2/python3/' macros/010-common-defs
%endif
%build
./compile-macros.sh