Accepting request 627084 from devel:languages:python:pytest
ok (forwarded request 627083 from mimi_vx) OBS-URL: https://build.opensuse.org/request/show/627084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=29
This commit is contained in:
parent
220cb0a97d
commit
5b2f2c5ac4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881
|
||||
size 202335
|
3
py-1.5.4.tar.gz
Normal file
3
py-1.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7
|
||||
size 201448
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 12:39:13 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.5.4
|
||||
* don't make assumptions about fs case sensitivity in ``make_numbered_dir``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -18,16 +18,16 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-py-doc
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/pytest-dev/py
|
||||
Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz
|
||||
BuildRequires: %{python_module py}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module py}
|
||||
BuildRequires: python-rpm-macros
|
||||
# Documentation requirements:
|
||||
BuildRequires: dos2unix
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 12:39:13 UTC 2018 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.5.4
|
||||
* don't make assumptions about fs case sensitivity in ``make_numbered_dir``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-py
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||
License: MIT
|
||||
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
||||
Url: https://github.com/pytest-dev/py
|
||||
Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Loading…
Reference in New Issue
Block a user