Hello community,
here is the log from the commit of package python3-pyOpenSSL for
openSUSE:Factory checked in at 2015-01-06 09:06:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyOpenSSL (Old)
and /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyOpenSSL"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL-doc.changes
2013-10-06 14:32:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes
2015-01-06 09:07:03.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Jan 2 18:34:25 UTC 2015 - [email protected]
+
+- specfile:
+ * update copyright year
+ * updated url (project moved to github)
+ * project uses Sphinx for documentation now
+ * require setuptools
+
+- update to version 0.14.0:
+ * Support for TLSv1.1 and TLSv1.2
+ * First-class support for PyPy
+ * New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION
+ * Some APIs to access to the SSL session cache
+ * A variety of bug fixes for error handling cases
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes
2013-08-15 20:58:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes
2015-01-06 09:07:03.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Jan 2 18:34:25 UTC 2015 - [email protected]
+
+- specfile:
+ * update copyright year
+ * updated url (project moved to github)
+ * project uses Sphinx for documentation now
+ * new dependency on cryptography
+ * require setuptools
+ * make package noarch (pure python now)
+
+- update to version 0.14.0:
+ * Support for TLSv1.1 and TLSv1.2
+ * First-class support for PyPy
+ * New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION
+ * Some APIs to access to the SSL session cache
+ * A variety of bug fixes for error handling cases
+
+-------------------------------------------------------------------
Old:
----
pyOpenSSL-0.13.tar.gz
New:
----
pyOpenSSL-0.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyOpenSSL-doc.spec ++++++
--- /var/tmp/diff_new_pack.aRekOO/_old 2015-01-06 09:07:04.000000000 +0100
+++ /var/tmp/diff_new_pack.aRekOO/_new 2015-01-06 09:07:04.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-pyOpenSSL-doc
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,17 @@
Name: python3-pyOpenSSL-doc
-Version: 0.13
+Version: 0.14
Release: 0
-Url: http://launchpad.net/pyopenssl
+Url: https://github.com/pyca/pyopenssl
Summary: Python wrapper module around the OpenSSL library -
Documentation
License: Apache-2.0
Group: Development/Languages/Python
Source:
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: latex2html
+BuildRequires: python3-Sphinx
BuildRequires: python3-devel
-BuildRequires: texlive-latex
-%if %suse_version > 1220
-BuildRequires: texlive-cm-super
-BuildRequires: texlive-ec
-BuildRequires: texlive-times
-BuildRequires: tex(english.ldf)
-BuildRequires: tex(fancyhdr.sty)
-BuildRequires: tex(fncychap.sty)
-BuildRequires: tex(longtable.sty)
-%endif
-%if 0%{?suse_version}
-Recommends: python3-pyOpenSSL
-%endif
+BuildRequires: python3-setuptools
BuildArch: noarch
%description
@@ -60,7 +48,7 @@
%install
install -d %{buildroot}%{_docdir}/python3-pyOpenSSL
-mv doc/html %{buildroot}%{_docdir}/python3-pyOpenSSL/
+mv doc/_build/html %{buildroot}%{_docdir}/python3-pyOpenSSL/
%files
%defattr(-,root,root,-)
++++++ python3-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.aRekOO/_old 2015-01-06 09:07:04.000000000 +0100
+++ /var/tmp/diff_new_pack.aRekOO/_new 2015-01-06 09:07:04.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-pyOpenSSL
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
Name: python3-pyOpenSSL
-Version: 0.13
+Version: 0.14
Release: 0
-Url: http://launchpad.net/pyopenssl
+Url: https://github.com/pyca/pyopenssl
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
Group: Development/Languages/Python
@@ -27,6 +27,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libopenssl-devel
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildArch: noarch
%description
High-level wrapper around a subset of the OpenSSL library, includes
@@ -48,6 +50,6 @@
%files
%defattr(-,root,root,-)
%doc LICENSE README TODO examples
-%{python3_sitearch}/*
+%{python3_sitelib}/*
%changelog
++++++ pyOpenSSL-0.13.tar.gz -> pyOpenSSL-0.14.tar.gz ++++++
++++ 37152 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]