Accepting request 613462 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/613462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2018-06-05 10:49:41 +00:00 committed by Git OBS Bridge
parent d876528a0f
commit 220cb0a97d
6 changed files with 31 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com
- update to version 1.5.3
* - fix #179: ensure we can support 'from py.error import ...'
-------------------------------------------------------------------
Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-py-doc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,17 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py-doc
Version: 1.5.2
Version: 1.5.3
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT
Group: Development/Languages/Python
Url: https://py.readthedocs.io/en/latest/
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-rpm-macros
# Documentation requirements:
BuildRequires: dos2unix
BuildRequires: python3-Sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: %{python_module py-doc = %{version}}
@ -57,6 +60,7 @@ cd doc && make html && rm -r _build/html/.buildinfo
%files
%defattr(-,root,root,-)
%doc LICENSE doc/_build/html
%doc doc/_build/html
%license LICENSE
%changelog

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com
- update to version 1.5.3
* - fix #179: ensure we can support 'from py.error import ...'
-------------------------------------------------------------------
Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-py
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,17 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py
Version: 1.5.2
Version: 1.5.3
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
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}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@ -53,10 +53,12 @@ rm -rf py.egg-info
%install
%python_install
%python_exec %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog