From 5addd54cacccb6031b02f6c280f76adb5500cd3dfa383f60b9759b494b53e336 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 4 Jul 2017 09:57:16 +0000 Subject: [PATCH] Accepting request 507378 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/507378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=25 --- py-1.4.32.tar.gz | 3 --- py-1.4.34.tar.gz | 3 +++ python-py-doc.changes | 5 +++++ python-py-doc.spec | 6 ++++-- python-py.changes | 14 ++++++++++++++ python-py.spec | 5 +++-- 6 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 py-1.4.32.tar.gz create mode 100644 py-1.4.34.tar.gz diff --git a/py-1.4.32.tar.gz b/py-1.4.32.tar.gz deleted file mode 100644 index 25f60b7..0000000 --- a/py-1.4.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7 -size 598861 diff --git a/py-1.4.34.tar.gz b/py-1.4.34.tar.gz new file mode 100644 index 0000000..dee9d1e --- /dev/null +++ b/py-1.4.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3 +size 194450 diff --git a/python-py-doc.changes b/python-py-doc.changes index fcb8b4a..efcec13 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 30 06:04:20 UTC 2017 - aloisio@gmx.com + +- Update to 1.4.34 + ------------------------------------------------------------------- Thu Feb 23 14:58:09 UTC 2017 - jmatejek@suse.com diff --git a/python-py-doc.spec b/python-py-doc.spec index 9f59224..d94d320 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -18,14 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py-doc -Version: 1.4.32 +Version: 1.4.34 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python Url: http://pylib.org -Source: https://pypi.io/packages/source/p/py/py-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz # Documentation requirements: +BuildRequires: dos2unix BuildRequires: python3-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -46,6 +47,7 @@ This package contains the documentation for Babel %prep %setup -q -n py-%{version} +dos2unix LICENSE doc/*.txt doc/announce/*.txt %build cd doc && make html && rm -r _build/html/.buildinfo diff --git a/python-py.changes b/python-py.changes index a4a3ef0..758b8f2 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com + +- Update to 1.4.34 + * fix issue119 / pytest issue708 where tmpdir may fail to make + numbered directories when the filesystem is case-insensitive. + 1.4.33: + * avoid imports in calls to py.path.local().fnmatch(). Thanks + Andreas Pelme for the PR. + * fix issue106: Naive unicode encoding when calling fspath() in + python2. Thanks Tiago Nobrega for the PR. + * fix issue110: unittest.TestCase.assertWarns fails with py + imported. + ------------------------------------------------------------------- Thu Feb 23 14:56:48 UTC 2017 - jmatejek@suse.com diff --git a/python-py.spec b/python-py.spec index 44254b3..b6b81a7 100644 --- a/python-py.spec +++ b/python-py.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py -Version: 1.4.32 +Version: 1.4.34 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python Url: https://pylib.readthedocs.io -Source: https://pypi.io/packages/source/p/py/py-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -46,6 +46,7 @@ the following tools and modules: %prep %setup -q -n py-%{version} +rm -rf py.egg-info %build %python_build