Hello community,

here is the log from the commit of package python-pyrad for openSUSE:Leap:15.2 
checked in at 2020-02-22 18:50:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyrad (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pyrad.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyrad"

Sat Feb 22 18:50:07 2020 rev:1 rq:775561 version:2.2

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

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pyrad.new.26092/python-pyrad.changes   
2020-02-22 18:50:07.316440434 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Mon Nov  4 08:16:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to github tarball
+- Run tests by just invoking nosetests
+
+-------------------------------------------------------------------
+Fri Nov  1 19:08:51 UTC 2019 - Boris Manojlovic <[email protected]>
+
+- added test-data.tar.gz extracted from git repository
+  https://github.com/pyradius/pyrad
+
+-------------------------------------------------------------------
+Thu Oct 31 21:38:25 UTC 2019 - Boris Manojlovic <[email protected]>
+
+- initial packaging of version 2.2
+ 

New:
----
  2.2.tar.gz
  python-pyrad.changes
  python-pyrad.spec

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

Other differences:
------------------
++++++ python-pyrad.spec ++++++
#
# spec file for package python-pyrad
#
# 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-pyrad
Version:        2.2
Release:        0
Summary:        RADIUS tools
License:        BSD-3-Clause
URL:            https://github.com/pyradius/pyrad
Source0:        https://github.com/pyradius/pyrad/archive/%{version}.tar.gz
BuildRequires:  %{python_module netaddr}
BuildRequires:  %{python_module nose}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  netcfg
BuildRequires:  python-rpm-macros
BuildArch:      noarch
%python_subpackages

%description
pyrad is an implementation of a RADIUS client/server as described in RFC2865.
It takes care of all the details like building RADIUS packets, sending
them and decoding responses.

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

%build
%python_build

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

%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v

%files %{python_files}
%license LICENSE.txt
%{python_sitelib}/*

%changelog

Reply via email to