Hello community,
here is the log from the commit of package python-bitstring for
openSUSE:Factory checked in at 2018-12-13 19:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bitstring (Old)
and /work/SRC/openSUSE:Factory/.python-bitstring.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bitstring"
Thu Dec 13 19:46:51 2018 rev:2 rq:654394 version:3.1.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bitstring/python-bitstring.changes
2018-02-05 10:51:26.060733521 +0100
+++
/work/SRC/openSUSE:Factory/.python-bitstring.new.28833/python-bitstring.changes
2018-12-13 19:46:53.704821395 +0100
@@ -1,0 +2,10 @@
+Wed Dec 5 01:59:04 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:46:10 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bitstring.spec ++++++
--- /var/tmp/diff_new_pack.SY4Jqj/_old 2018-12-13 19:46:54.248820689 +0100
+++ /var/tmp/diff_new_pack.SY4Jqj/_new 2018-12-13 19:46:54.248820689 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-bitstring
#
-# 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
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,21 +22,19 @@
Name: python-bitstring
Version: 3.1.5
Release: 0
-Summary: Construction, analysis and modification of binary data
+Summary: Python module for the construction, analysis and modification
of binary data
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/scott-griffiths/bitstring
+URL: https://github.com/scott-griffiths/bitstring
Source:
https://files.pythonhosted.org/packages/source/b/bitstring/bitstring-%{version}.zip
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest}
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -52,7 +50,7 @@
%prep
%setup -q -n bitstring-%{version}
sed -i 's/\r$//' README.rst
-sed -i '1{\@^#!/usr/bin/env python@d}' bitstring.py
+sed -i '1{\@^#!%{_bindir}/env python@d}' bitstring.py
%build
%python_build
@@ -69,8 +67,8 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%{python_sitelib}/*
%changelog