SHA256
1
0
forked from pool/python-py

Accepting request 542942 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/542942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2017-11-21 14:27:58 +00:00 committed by Git OBS Bridge
parent 9ee671c592
commit d876528a0f
6 changed files with 34 additions and 6 deletions

View File

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

3
py-1.5.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de
- specfile:
* updated url
- update to version 1.5.2:
* fix #169, #170: error importing py.log on Windows: no module named
"syslog".
- changes from version 1.5.1:
* fix #167 - prevent pip from installing py in unsupported Python
versions.
-------------------------------------------------------------------
Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de

View File

@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py-doc
Version: 1.5.0
Version: 1.5.2
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT
Group: Development/Languages/Python
Url: http://pylib.org
Url: https://py.readthedocs.io/en/latest/
Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz
# Documentation requirements:
BuildRequires: dos2unix

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de
- specfile:
* updated url
- update to version 1.5.2:
* fix #169, #170: error importing py.log on Windows: no module named
"syslog".
- changes from version 1.5.1:
* fix #167 - prevent pip from installing py in unsupported Python
versions.
-------------------------------------------------------------------
Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py
Version: 1.5.0
Version: 1.5.2
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT