From d876528a0f13897d419ef28eefe04228d8b0a76f4827a810a8188382be1f89d5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Nov 2017 14:27:58 +0000 Subject: [PATCH] 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 --- py-1.5.0.tar.gz | 3 --- py-1.5.2.tar.gz | 3 +++ python-py-doc.changes | 14 ++++++++++++++ python-py-doc.spec | 4 ++-- python-py.changes | 14 ++++++++++++++ python-py.spec | 2 +- 6 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 py-1.5.0.tar.gz create mode 100644 py-1.5.2.tar.gz diff --git a/py-1.5.0.tar.gz b/py-1.5.0.tar.gz deleted file mode 100644 index fff6712..0000000 --- a/py-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3ec4564d622d7b0ef015bf48064b77906fb82d802be165951791df30b0345ca -size 189393 diff --git a/py-1.5.2.tar.gz b/py-1.5.2.tar.gz new file mode 100644 index 0000000..4ae81f4 --- /dev/null +++ b/py-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d +size 189542 diff --git a/python-py-doc.changes b/python-py-doc.changes index 2818069..0b47ee7 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -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 diff --git a/python-py-doc.spec b/python-py-doc.spec index 58920c0..61319b7 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -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 diff --git a/python-py.changes b/python-py.changes index 1b08798..e7db199 100644 --- a/python-py.changes +++ b/python-py.changes @@ -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 diff --git a/python-py.spec b/python-py.spec index 9bb7e05..b58b569 100644 --- a/python-py.spec +++ b/python-py.spec @@ -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