14
0

Accepting request 786243 from devel:languages:python

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 18 13:31:41 UTC 2020 - pgajdos@suse.com
- version update to 1.30.2
* upstream does not support python 2 anymore
* no changelog found
-------------------------------------------------------------------
Sat Mar 14 07:12:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix building without python2
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 06:58:58 UTC 2019 - pgajdos@suse.com Tue Apr 2 06:58:58 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-serpent # spec file for package python-serpent
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-serpent Name: python-serpent
Version: 1.28 Version: 1.30.2
Release: 0 Release: 0
Summary: Serialization based on astliteral_eval Summary: Serialization based on astliteral_eval
License: MIT License: MIT
Group: Development/Languages/Python
URL: https://github.com/irmen/Serpent URL: https://github.com/irmen/Serpent
Source: https://files.pythonhosted.org/packages/source/s/serpent/serpent-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/serpent/serpent-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-enum34
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module attrs} BuildRequires: %{python_module attrs}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz} BuildRequires: %{python_module pytz}
# /SECTION # /SECTION
BuildArch: noarch
%ifpython2
Requires: python-enum34
%endif
%python_subpackages %python_subpackages
%description %description

View File

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

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

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