Hello community,

here is the log from the commit of package python-rpmfile for openSUSE:Factory 
checked in at 2019-08-13 13:25:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpmfile (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpmfile.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpmfile"

Tue Aug 13 13:25:41 2019 rev:1 rq:722824 version:1.0.0+git20190702.208ac80

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

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ /work/SRC/openSUSE:Factory/.python-rpmfile.new.9556/python-rpmfile.changes  
2019-08-13 13:25:58.357344046 +0200
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Wed Jul 03 07:42:45 UTC 2019 - cbosdon...@suse.com
+
+- Update to version 1.0.0+git20190702.208ac80:
+  * Python 3 fix merged
+- Removed patch: python3.patch
+
+-------------------------------------------------------------------
+Tue Jul  2 14:26:57 UTC 2019 - Cédric Bosdonnat <cbosdon...@suse.com>
+
+- Initial package 
+  Added patch: python3.patch

New:
----
  _service
  python-rpmfile-1.0.0+git20190702.208ac80.obscpio
  python-rpmfile.changes
  python-rpmfile.obsinfo
  python-rpmfile.spec

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

Other differences:
------------------
++++++ python-rpmfile.spec ++++++
#
# spec file for package specRPM_CREATION_NAME
#
# Copyright (c) specCURRENT_YEAR 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-rpmfile 
Version:        1.0.0+git20190702.208ac80
Release:        0
Summary:        Python module to read rpm files
License:        MIT
Group:          Development/Libraries/Python
Url:            https://github.com/srossross/rpmfile 
Source:         %{name}-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  fdupes
BuildArch:      noarch
%python_subpackages

%description
Tools for inspecting RPM files in python. This module is modeled after the 
tarfile module.

%prep
%setup -q

%build
%python_build

%install
%python_install
%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%license LICENSE 
%doc README.md
%{python_sitelib}/rpmfile*

%changelog

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/srossross/rpmfile</param>
    <param name="exclude">.git</param>
    <param name="filename">python-rpmfile</param>
    <param name="versionformat">1.0.0+git%cd.%h</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">python-rpmfile</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
</services>
++++++ python-rpmfile.obsinfo ++++++
name: python-rpmfile
version: 1.0.0+git20190702.208ac80
mtime: 1562091561
commit: 208ac8055c85cc4effab1cf510e4efde8b98f3e1


Reply via email to