1
0

Accepting request 682470 from devel:languages:python:Factory

- Update to version 20190307.81ca329:
  * We should preserve existing PYTHONPATH.

- bsc#1128323: Update to version 20190307.fbaed33 bsc#1128323:
  * Add --ignore to pytest calls to ignore build directories.

OBS-URL: https://build.opensuse.org/request/show/682470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2019-03-12 08:43:56 +00:00 committed by Git OBS Bridge
commit 6e19993632
6 changed files with 19 additions and 7 deletions

View File

@ -7,6 +7,7 @@
<param name="versionformat">%cd.%h</param>
<param name="changesgenerate">enable</param>
<param name="filename">python-rpm-macros</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">python-rpm-macros-*.tar</param>

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">08f1194ef62051e001ee026485678fa622990e02</param></service></servicedata>
<param name="changesrevision">81ca329ee2ac053848f0dffa7ec54c8e22aac23f</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 07 13:40:24 UTC 2019 - mcepl@cepl.eu
- Update to version 20190307.81ca329:
* We should preserve existing PYTHONPATH.
-------------------------------------------------------------------
Thu Mar 07 11:18:35 UTC 2019 - mcepl@cepl.eu
- bsc#1128323: Update to version 20190307.fbaed33 bsc#1128323:
* Add --ignore to pytest calls to ignore build directories.
-------------------------------------------------------------------
Thu Feb 21 17:54:59 UTC 2019 - opensuse-packaging@opensuse.org

View File

@ -17,17 +17,16 @@
Name: python-rpm-macros
Version: 20190221.08f1194
Version: 20190307.81ca329
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL
Group: Development/Tools/Other
Url: https://github.com/opensuse/python-rpm-macros
URL: https://github.com/opensuse/python-rpm-macros
Source: python-rpm-macros-%{version}.tar.bz2
# Fedora compatibility
Provides: python2-rpm-macros
Provides: python3-rpm-macros
#!BuildIgnore: python-rpm-macros
BuildArch: noarch
%description