Hello community,

here is the log from the commit of package python-exrex for openSUSE:Factory 
checked in at 2018-03-11 15:24:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-exrex (Old)
 and      /work/SRC/openSUSE:Factory/.python-exrex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-exrex"

Sun Mar 11 15:24:01 2018 rev:1 rq:584618 version:0.10.5

Changes:
--------
New Changes file:

--- /dev/null   2018-03-01 08:56:54.644963210 +0100
+++ /work/SRC/openSUSE:Factory/.python-exrex.new/python-exrex.changes   
2018-03-11 15:24:01.665848864 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Mar  5 20:05:32 UTC 2018 - sebix+novell....@sebix.at
+
+- initial package for version 0.10.5
+- add add-license.patch for license

New:
----
  add-license.patch
  exrex-0.10.5.tar.gz
  python-exrex.changes
  python-exrex.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-exrex.spec ++++++
#
# spec file for package python-exrex
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-exrex
Version:        0.10.5
Release:        0
Summary:        Irregular methods for regular expressions
License:        AGPL-3.0-or-later
Group:          Development/Languages/Python
Url:            https://github.com/asciimoo/exrex
Source:         
https://files.pythonhosted.org/packages/source/e/exrex/exrex-%{version}.tar.gz
# PATCH-FIX-UPSTREAM add-license.patch
Patch0:         
https://github.com/asciimoo/exrex/pull/32.patch#/add-license.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:      noarch

%python_subpackages

%description
Exrex is a command line tool and python module that generates all or random 
matching strings to a given regular expression and more.

%prep
%setup -q -n exrex-%{version}
sed -i '1s/^#!.*//' exrex.py
%patch0 -p1

%build
%python_build

%install
%python_install
rm %{buildroot}%{_bindir}/exrex.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%{python_sitelib}/*
%license COPYING
%python3_only %{_bindir}/exrex

%changelog
++++++ add-license.patch ++++++
++++ 695 lines (skipped)


Reply via email to