14
0

Accepting request 690576 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/690576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-serpent?expand=0&rev=4
This commit is contained in:
2019-04-04 12:11:53 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 2 06:58:58 UTC 2019 - pgajdos@suse.com
- version update to 1.28
* the souce dist archive now contains the unit tests as well
- run the testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 6 09:33:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Mar 6 09:33:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-serpent Name: python-serpent
Version: 1.27 Version: 1.28
Release: 0 Release: 0
Summary: Serialization based on astliteral_eval Summary: Serialization based on astliteral_eval
License: MIT License: MIT
@@ -29,6 +29,11 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-enum34 BuildRequires: python-enum34
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module attrs}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
# /SECTION
BuildArch: noarch BuildArch: noarch
%ifpython2 %ifpython2
Requires: python-enum34 Requires: python-enum34
@@ -48,6 +53,9 @@ and de-serialize it there.
%build %build
%python_build %python_build
%check
%pytest
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}

View File

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

3
serpent-1.28.tar.gz Normal file
View File

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