Hello community,

here is the log from the commit of package python-topy for openSUSE:Factory 
checked in at 2019-03-12 09:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-topy (Old)
 and      /work/SRC/openSUSE:Factory/.python-topy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-topy"

Tue Mar 12 09:52:43 2019 rev:1 rq:682040 version:0.2.2

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

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-topy.new.28833/python-topy.changes       
2019-03-12 09:52:48.339545346 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Wed Mar  6 08:47:04 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Alter sources in %prep phase not in %install phase
+
+-------------------------------------------------------------------
+Tue Mar  5 05:05:46 PM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.2.2

New:
----
  python-topy.changes
  python-topy.spec
  topy-0.2.2.tar.gz

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

Other differences:
------------------
++++++ python-topy.spec ++++++
#
# spec file for package python-topy
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-topy
Version:        0.2.2
Release:        0
Summary:        Fixes typos in text using regular expressions
License:        MIT AND CC-BY-SA-4.0
Group:          Development/Languages/Python
URL:            https://github.com/intgr/topy
Source:         
https://github.com/intgr/topy/archive/v0.2.2.tar.gz#/topy-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-beautifulsoup4
Requires:       python-regex >= 2016.07.14
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module beautifulsoup4}
BuildRequires:  %{python_module regex >= 2016.07.14}
# /SECTION
%python_subpackages

%description
Fixes typos in text using regular expressions,
based on RegExTypoFix from Wikipedia.

%prep
%setup -q -n topy-%{version}
sed -i '1 { /^#!/ d }' topy/topy.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
export LANG=en_US.UTF-8
%python_exec setup.py test

%files %{python_files}
%doc README.rst
%license LICENSE.txt
%python3_only %{_bindir}/topy
%{python_sitelib}/*

%changelog

Reply via email to