Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-safe-netrc for 
openSUSE:Factory checked in at 2022-07-10 23:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-safe-netrc (Old)
 and      /work/SRC/openSUSE:Factory/.python-safe-netrc.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-safe-netrc"

Sun Jul 10 23:15:19 2022 rev:1 rq:986496 version:1.0.0

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

--- /dev/null   2022-07-07 07:55:12.139734321 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-safe-netrc.new.1523/python-safe-netrc.changes
    2022-07-10 23:15:22.492952945 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun May  1 22:49:36 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- New package.

New:
----
  python-safe-netrc.changes
  python-safe-netrc.spec
  safe-netrc-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python-safe-netrc.spec ++++++
#
# spec file for package python-safe-netrc
#
# Copyright (c) 2022 SUSE LLC
#
# 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-%{**}}
%global srcname safe-netrc
%define modname %(echo %{srcname} | tr '-' '_')
Name:           python-safe-netrc
Version:        1.0.0
Release:        0
Summary:        Safe netrc file parser
License:        GPL-2.0+
URL:            https://git.ligo.org/emfollow/safe-netrc
Source:         
https://files.pythonhosted.org/packages/source/s/safe-netrc/%{srcname}-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildArch:      noarch
%python_subpackages

%description
This package provides a subclass of the Python standard library netrc.netrc
class to add some custom behaviors.

%prep
%setup -q -n %{srcname}-%{version}

%build
%python_build

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

%check
%pytest

%files %{python_files}
%doc README.md
%license LICENSE.md
%{python_sitelib}/%{modname}/
%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/

%changelog

Reply via email to