Hello community,

here is the log from the commit of package python-asn1crypto for 
openSUSE:Factory checked in at 2017-04-19 17:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asn1crypto (Old)
 and      /work/SRC/openSUSE:Factory/.python-asn1crypto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asn1crypto"

Wed Apr 19 17:57:07 2017 rev:1 rq:480650 version:0.22.0

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

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-asn1crypto.new/python-asn1crypto.changes 
2017-04-19 17:57:10.449706909 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Mar 16 14:18:32 UTC 2017 - [email protected]
+
+- Initial packaging (version 0.22.0)

New:
----
  asn1crypto-0.22.0.tar.gz
  python-asn1crypto.changes
  python-asn1crypto.spec

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

Other differences:
------------------
++++++ python-asn1crypto.spec ++++++
#
# spec file for package python-asn1crypto
#
# Copyright (c) 2017 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-%{**}}
%bcond_without test
Name:           python-asn1crypto
Version:        0.22.0
Release:        0
License:        MIT
Summary:        Fast ASN.1 parser and serializer
Url:            https://github.com/wbond/asn1crypto
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/a/asn1crypto/asn1crypto-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%python_subpackages

%description
Fast ASN.1 parser and serializer with definitions for private keys, public keys,
certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X509 and 
TSP

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

%build

%python_build

%install
%python_install

%files %{python_files}
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog

Reply via email to