commit python3-pyOpenSSL for openSUSE:Factory

2016-11-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2016-11-03 12:58:07

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  
2016-09-26 12:33:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2016-11-03 12:58:08.0 +0100
@@ -1,0 +2,8 @@
+Sat Oct 29 16:46:46 UTC 2016 - a...@gmx.de
+
+- update to version 16.2.0:
+  * Fixed compatibility errors with OpenSSL 1.1.0.
+  * Fixed an issue that caused failures with subinterpreters and
+embedded Pythons. #552
+
+---
python3-pyOpenSSL.changes: same change

Old:

  pyOpenSSL-16.1.0.tar.gz

New:

  pyOpenSSL-16.2.0.tar.gz



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.hy3E5L/_old  2016-11-03 12:58:09.0 +0100
+++ /var/tmp/diff_new_pack.hy3E5L/_new  2016-11-03 12:58:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyOpenSSL-doc
-Version:16.1.0
+Version:16.2.0
 Release:0
 Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library - 
Documentation

python3-pyOpenSSL.spec: same change
++ pyOpenSSL-16.1.0.tar.gz -> pyOpenSSL-16.2.0.tar.gz ++
 2024 lines of diff (skipped)




commit python3-pyOpenSSL for openSUSE:Factory

2016-09-26 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2016-09-26 12:33:54

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  
2016-05-17 17:11:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2016-09-26 12:33:55.0 +0200
@@ -1,0 +2,15 @@
+Sun Sep 18 15:46:27 UTC 2016 - a...@gmx.de
+
+- update to version 16.1.0:
+  * Fix memory leak in "OpenSSL.crypto.dump_privatekey()" with
+"FILETYPE_TEXT".  `#496
+`_
+  * Enable use of CRL (and more) in verify context.  `#483
+`_
+  * "OpenSSL.crypto.PKey" can now be constructed from "cryptography"
+objects and also exported as such.  `#439
+`_
+  * Support newer versions of "cryptography" which use opaque structs
+for OpenSSL 1.1.0 compatibility.
+
+---
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2016-06-20 10:55:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2016-09-26 12:33:55.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep 20 01:05:21 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * fixed download url
+
+---
+Sun Sep 18 15:46:27 UTC 2016 - a...@gmx.de
+
+- update to version 16.1.0:
+  * Fix memory leak in "OpenSSL.crypto.dump_privatekey()" with
+"FILETYPE_TEXT".  `#496
+`_
+  * Enable use of CRL (and more) in verify context.  `#483
+`_
+  * "OpenSSL.crypto.PKey" can now be constructed from "cryptography"
+objects and also exported as such.  `#439
+`_
+  * Support newer versions of "cryptography" which use opaque structs
+for OpenSSL 1.1.0 compatibility.
+
+---
@@ -13 +33,0 @@
-

Old:

  pyOpenSSL-16.0.0.tar.gz

New:

  pyOpenSSL-16.1.0.tar.gz



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.9v1gvw/_old  2016-09-26 12:33:56.0 +0200
+++ /var/tmp/diff_new_pack.9v1gvw/_new  2016-09-26 12:33:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyOpenSSL-doc
-Version:16.0.0
+Version:16.1.0
 Release:0
 Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library - 
Documentation

++ python3-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.9v1gvw/_old  2016-09-26 12:33:56.0 +0200
+++ /var/tmp/diff_new_pack.9v1gvw/_new  2016-09-26 12:33:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-pyOpenSSL
-Version:16.0.0
+Version:16.1.0
 Release:0
 Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libopenssl-devel
 BuildRequires:  python3-cryptography >= 1.3.1

++ pyOpenSSL-16.0.0.tar.gz -> pyOpenSSL-16.1.0.tar.gz ++
 2898 lines of diff (skipped)




commit python3-pyOpenSSL for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2016-06-20 10:55:02

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.changes  
2016-05-17 17:11:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2016-06-20 10:55:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  9 05:15:11 UTC 2016 - jacobwin...@gmail.com
+
+- Fix Traceback & ImportError: No module named 'cryptography':
+  * Add python3-cryptography to Requires & BuildRequires
+- Add python3-six to Requires & BuildRequires (upstream requirement)
+
+---



Other differences:
--
++ python3-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.nE5bC0/_old  2016-06-20 10:55:05.0 +0200
+++ /var/tmp/diff_new_pack.nE5bC0/_new  2016-06-20 10:55:05.0 +0200
@@ -26,8 +26,12 @@
 Source: 
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libopenssl-devel
+BuildRequires:  python3-cryptography >= 1.3.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-six >= 1.5.2
+Requires:   python3-cryptography >= 1.3.1
+Requires:   python3-six >= 1.5.2
 BuildArch:  noarch
 
 %description




commit python3-pyOpenSSL for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2016-05-17 17:11:33

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  
2016-03-26 15:11:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2016-05-17 17:11:33.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:04:27 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2016-03-26 15:11:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2016-05-17 17:11:34.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:04:29 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.thnbdI/_old  2016-05-17 17:11:34.0 +0200
+++ /var/tmp/diff_new_pack.thnbdI/_new  2016-05-17 17:11:34.0 +0200
@@ -23,7 +23,7 @@
 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
+Source: 
https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel




commit python3-pyOpenSSL for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2016-03-26 15:11:33

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  
2015-04-18 10:40:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2016-03-26 15:11:34.0 +0100
@@ -1,0 +2,76 @@
+Sat Mar 19 21:46:41 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 16.0.0:
+  * This is the first release under full stewardship of PyCA. We have
+made *many* changes to make local development more pleasing. The
+test suite now passes both on Linux and OS X with OpenSSL 0.9.8,
+1.0.1, and 1.0.2. It has been moved to `py.test
+`_, all CI test runs are part of `tox
+`_ and the source code has been made
+fully `flake8 `_ compliant. We
+hope to have lowered the barrier for contributions significantly
+but are open to hear about any remaining frustrations.
+  * Backward-incompatible changes:
++ Python 3.2 support has been dropped.  It never had significant
+  real world usage and has been dropped by our main dependency
+  "cryptography".  Affected users should upgrade to Python 3.3 or
+  later.
+  * Deprecations:
++ The support for EGD has been removed.  The only affected
+  function "OpenSSL.rand.egd()" now uses "os.urandom()" to seed
+  the internal PRNG instead.  Please see `pyca/cryptography#1636
+  `_ for more
+  background information on this decision.  In accordance with our
+  backward compatibility policy "OpenSSL.rand.egd()" will be
+  *removed* no sooner than a year from the release of 16.0.0.
+  Please note that you should `use urandom
+  `_
+  for all your secure random number needs.
++ Python 2.6 support has been deprecated.  Our main dependency
+  "cryptography" deprecated 2.6 in version 0.9 (2015-05-14) with
+  no time table for actually dropping it.  pyOpenSSL will drop
+  Python 2.6 support once "cryptography" does.
+  * Changes:
++ Fixed "OpenSSL.SSL.Context.set_session_id",
+  "OpenSSL.SSL.Connection.renegotiate",
+  "OpenSSL.SSL.Connection.renegotiate_pending", and
+  "OpenSSL.SSL.Context.load_client_ca".  They were lacking an
+  implementation since 0.14.  `#422
+  `_
++ Fixed segmentation fault when using keys larger than 4096-bit to
+  sign data.  `#428 `_
++ Fixed "AttributeError" when
+  "OpenSSL.SSL.Connection.get_app_data()" was called before
+  setting any app data.  `#304
+  `_
++ Added "OpenSSL.crypto.dump_publickey()" to dump
+  "OpenSSL.crypto.PKey" objects that represent public keys, and
+  "OpenSSL.crypto.load_publickey()" to load such objects from
+  serialized representations.  `#382
+  `_
++ Added "OpenSSL.crypto.dump_crl()" to dump a certificate
+  revocation list out to a string buffer.  `#368
+  `_
++ Added "OpenSSL.SSL.Connection.get_state_string()" using the
+  OpenSSL binding "state_string_long".  `#358
+  `_
++ Added support for the "socket.MSG_PEEK" flag to
+  "OpenSSL.SSL.Connection.recv()" and
+  "OpenSSL.SSL.Connection.recv_into()".  `#294
+  `_
++ Added "OpenSSL.SSL.Connection.get_protocol_version()" and
+  "OpenSSL.SSL.Connection.get_protocol_version_name()".  `#244
+  `_
++ Switched to "utf8string" mask by default.  OpenSSL formerly
+  defaulted to a "T61String" if there were UTF-8 characters
+  present.  This was changed to default to "UTF8String" in the
+  config around 2005, but the actual code didn't change it until
+  late last year.  This will default us to the setting that
+  actually works.  To revert this you can call
+  "OpenSSL.crypto._lib.ASN1_STRING_set_default_mask_asc(b"default")".
+  `#234 `_
+
+---
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2015-04-18 

commit python3-pyOpenSSL for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2015-04-18 10:40:07

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  
2015-01-06 09:07:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2015-04-18 10:40:09.0 +0200
@@ -1,0 +2,63 @@
+Wed Apr 15 15:38:39 UTC 2015 - a...@gmx.de
+
+- specfile: updated README-README.rst
+
+- update to version 0.15.1:
+  * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression present
+in 0.15, where when an error occurs and no errno() is set, a
+KeyError is raised.  This happens, for example, if
+Connection.shutdown() is called when the underlying transport has
+gone away.
+
+- changes from version 0.15:
+  * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
+filenames only as bytes now accept them as either bytes or unicode
+(and respect sys.getfilesystemencoding()).
+  * OpenSSL/SSL.py: Add Cory Benfield's next-protocol-negotiation
+(NPN) bindings.
+  * OpenSSL/SSL.py: Add Connection.recv_into, mirroring the
+builtin socket.recv_into.  Based on work from Cory Benfield.
+  * OpenSSL/test/test_ssl.py: Add tests for recv_into.
+  * OpenSSL/crypto.py: Expose X509StoreContext for verifying
+certificates.
+  * OpenSSL/test/test_crypto.py: Add intermediate certificates for
+  * OpenSSL/SSL.py: Connection.shutdown now propagates errors from
+the underlying socket.
+  * OpenSSL/SSL.py: Fixed a regression Context.check_privatekey
+causing it to always succeed - even if it should fail.
+  * OpenSSL/crypto.py: Fixed a regression where calling
+load_pkcs7_data with FILETYPE_ASN1 would fail with a
+NameError.
+  * OpenSSL/SSL.py: Fix a regression in which the first argument of
+the verify callback was incorrectly passed a Context
+instance instead of the Connection instance.  *
+OpenSSL/test/test_ssl.py: Add a test for the value passed as the
+first argument of the verify callback.
+  * OpenSSL/crypto.py: Based on work from Alex Gaynor, Andrew
+Lutomirski, Tobias Oberstein, Laurens Van Houtven, and Hynek
+Schlawack, add get_elliptic_curve and get_elliptic_curves
+to support TLS ECDHE modes.
+  * OpenSSL/SSL.py: Add Context.set_tmp_ecdh to configure a TLS
+context with a particular elliptic curve for ECDHE modes.
+  * OpenSSL/SSL.py: Connection.send and Connection.sendall now
+also accept the buffer type as data.
+  * OpenSSL/crypto.py: Make load_pkcs12 backwards compatible with
+pyOpenSSL 0.13 by making passphrase optional.
+  * OpenSSL/SSL.py: Add get_finished, get_peer_finished
+methods to Connection. If you use these methods to implement
+TLS channel binding (RFC 5929) disable session resumption because
+triple handshake attacks against TLS.
+https://www.ietf.org/mail-archive/web/tls/current/msg11337.html
+https://secure-resumption.com/tlsauth.pdf
+  * OpenSSL/SSL.py: Add get_cipher_name, get_cipher_bits, and
+get_cipher_version to Connection.
+  * OpenSSL/tsafe.py: Replace the use of apply (which has been
+removed in Python 3) with the equivalent syntax.
+  * OpenSSL/crypto.py: Fix memory leak in _X509_REVOKED_dup.
+  * leakcheck/crypto.py: Add checks for _X509_REVOKED_dup,
+CRL.add_revoked and CRL.get_revoked.
+  * setup.py: Require cryptography 0.3 to have the ASN1_TIME_free
+binding.
+  * OpenSSL/crypto.py: Add get_extensions method to X509Req.
+
+---
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2015-01-06 09:07:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2015-04-18 10:40:09.0 +0200
@@ -1,0 +2,65 @@
+Wed Apr 15 15:38:39 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated README-README.rst
+  * added ChangeLog to %doc
+
+- update to version 0.15.1:
+  * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression present
+in 0.15, where when an error occurs and no errno() is set, a
+KeyError is raised.  This happens, for example, if
+Connection.shutdown() is called when the underlying transport has
+gone away.
+
+- changes from version 0.15:
+  * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
+filenames only as bytes now accept them as either bytes or unicode
+(and respect sys.getfilesystemencoding()).
+  * OpenSSL/SSL.py: Add Cory Benfield's next-protocol-negotiation
+(NPN) bindings.
+  * OpenSSL/SSL.py: Add Connection.recv_into, mirroring the
+builtin 

commit python3-pyOpenSSL for openSUSE:Factory

2015-01-06 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2015-01-06 09:07:03.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan  2 18:34:25 UTC 2015 - a...@gmx.de
+
+- 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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2015-01-06 09:07:03.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan  2 18:34:25 UTC 2015 - a...@gmx.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.aRekOO/_new  2015-01-06 09:07:04.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.aRekOO/_new  2015-01-06 09:07:04.0 +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
 

commit python3-pyOpenSSL for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-10-06 14:32:28

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-03 16:07:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2013-10-06 14:32:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 08:00:44 UTC 2013 - tchva...@suse.com
+
+- Fix previous commit to really require right package.
+
+---



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.JqMleW/_old  2013-10-06 14:32:30.0 +0200
+++ /var/tmp/diff_new_pack.JqMleW/_new  2013-10-06 14:32:30.0 +0200
@@ -29,10 +29,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
-BuildRequires:  texlive-babel
 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)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyOpenSSL for openSUSE:Factory

2013-10-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-10-03 16:07:41

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-08-15 20:58:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2013-10-03 16:07:42.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  1 08:56:19 UTC 2013 - speili...@suse.com
+
+- BuildRequire texlive-babel to get access to english.tpl
+
+---



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.yc1fEL/_old  2013-10-03 16:07:43.0 +0200
+++ /var/tmp/diff_new_pack.yc1fEL/_new  2013-10-03 16:07:43.0 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
+BuildRequires:  texlive-babel
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-times

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyOpenSSL for openSUSE:Factory

2013-08-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-08-15 20:58:57

Comparing /work/SRC/openSUSE:Factory/python3-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new (New)


Package is python3-pyOpenSSL

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2013-08-15 20:58:59.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Aug 15 11:43:56 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+
+---
+Wed Jun 19 11:35:35 UTC 2013 - speili...@suse.com
+
+- Initial version
+
--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL.changes  
2013-06-20 16:52:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL.changes 
2013-08-15 20:58:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 11:43:50 UTC 2013 - speili...@suse.com
+
+- Use upstream URL
+
+---

New:

  python3-pyOpenSSL-doc.changes
  python3-pyOpenSSL-doc.spec



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
#
# spec file for package python3-pyOpenSSL-doc
#
# Copyright (c) 2013 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
# 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/
#


Name:   python3-pyOpenSSL-doc
Version:0.13
Release:0
Url:http://launchpad.net/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-devel
BuildRequires:  texlive-latex
%if %suse_version  1220
BuildRequires:  texlive-cm-super
BuildRequires:  texlive-ec
BuildRequires:  texlive-times
BuildRequires:  tex(fancyhdr.sty)
BuildRequires:  tex(fncychap.sty)
BuildRequires:  tex(longtable.sty)
%endif
%if 0%{?suse_version}
Recommends: python3-pyOpenSSL
%endif
BuildArch:  noarch

%description
High-level wrapper around a subset of the OpenSSL library, includes
 * SSL.Connection objects, wrapping the methods of Python's portable
   sockets
 * Callbacks written in Python
 * Extensive error-handling mechanism, mirroring OpenSSL's error codes
...  and much more ;)

This is the documentation for pyOpenSSL

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

%build
cd doc  make html

%install
install -d %{buildroot}%{_docdir}/python3-pyOpenSSL
mv doc/html %{buildroot}%{_docdir}/python3-pyOpenSSL/

%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_docdir}/python3-pyOpenSSL
%{_docdir}/python3-pyOpenSSL/html

%changelog
++ python3-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.SMBIGr/_old  2013-08-15 20:59:00.0 +0200
+++ /var/tmp/diff_new_pack.SMBIGr/_new  2013-08-15 20:59:00.0 +0200
@@ -23,7 +23,7 @@
 Summary:Python wrapper module around the OpenSSL library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libopenssl-devel
 BuildRequires:  python3-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyOpenSSL for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-04-17 13:06:17

Comparing /work/SRC/openSUSE:Factory/python3-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new (New)


Package is python3-pyOpenSSL, Maintainer is 

Changes:

python-pyOpenSSL.changes: same change
python3-pyOpenSSL.changes: same change

New:

  _link



Other differences:
--
python-pyOpenSSL.spec: same change
python3-pyOpenSSL.spec: same change
++ _link ++
link package=python-pyOpenSSL cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyOpenSSL for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-04-17 14:29:19

Comparing /work/SRC/openSUSE:Factory/python3-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new (New)


Package is python3-pyOpenSSL, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-pyOpenSSL cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org