Revisions of python-M2Crypto

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 873095 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 96)
- OpenSSL allows the verificaton to continue on
  UNABLE_TO_VERIFY_LEAF_SIGNATURE
  * This unifies the behaviour of a single certificate with an
    unknown CA certificate with a self-signed certificate.
- Add python-M2Crypto-Allow-on-UNABLE_TO_VERIFY_LEAF_SIGNATURE.patch

- Add source signature file
buildservice-autocommit accepted request 864616 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 95)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 94)
- Dr. Strangelove or: How I Learned to Stop Worrying and Love pytest
buildservice-autocommit accepted request 854111 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 93)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 92)
- Update to 0.37.1:
    - Remove support for CentOS 6 and Python 2.6 (remove 
      tests.vendor module). Python 2.7 is still fully supported.
    - Remodel CI:
      - on GitHub switched from Travis-CI to GH Actions
      - on GitLab-CI: stop testing 2.7 on Fedora, add centos7
      - update appveyor.yml
    - Stop playing with swig in setup.py, we don't support swig 1.* 
      anymore.
    - Fix dereferencing of pointers (gl#m2crypto/m2crypto#281)
    - Replace deprecated PyObject_AsReadBuffer with our own shim 
      (thanks to Casey Deccio for saving my bacon there).
    - Use parametrized to create parametrized tests (new external 
      dependency).
    - Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1
    - Expose all the X509_V_FLAG
    - Add support for DigestSign* and DigestVerify*
buildservice-autocommit accepted request 820764 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 91)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 90)
Update to 0.36.0:
    - wrap SocketIO in io.Buffered* for makefile <lethliel>
    - SSL.Connection.close accepts an argument to force the socket closing
      <Christophe Haen>
    - SSL.Connection: make the clientPostConnectionCheck an instance
      attribute <Christophe Haen>
    - Fixed bug with usage of unexisting method getreply at SSL_Transport
      <roman-nagaev>
    - Add appveyor builds for python 3.7 and 3.8 <Daniel A. Wozniak>
    - Fixed syntax warning on line 44. <randomfox>
    - Update M2Crypto.six to 1.13.0 <Matěj Cepl>
    - base64.decodestring() was finally removed in Python 3.8. <Matěj Cepl>
    - wrap SocketIO in io.Buffered* for makefile <lethliel>
    - NULL is legal argument for key and iv paramters of EVP_CipherInit(3)
      <Matěj Cepl>
    - Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and
      X509_STORE_SET_FLAGS function <Christophe Haen>
    - Stop testing for 2.6 and 3.4 on Travis. Start testing 3.8 <Matěj Cepl>
    - Extend test cert validity to 2049 <Bernhard M. Wiedemann>
    - Revert using typing module in 2.6. It is just not worthy. <Matěj Cepl>
    - Update Debian/stable SSL as well <Matěj Cepl>
    - Make tests pass again. <Matěj Cepl>
    - Stop using string module, which has been deprecated. <Matěj Cepl>
    - Tiny fixes to make pyls more happy <Matěj Cepl>
    - CI: Rework Fedora CI configuration <Neal Gompa> 
- Remove upstream merged patch 001-fix-buffering-for-python38.patch.
buildservice-autocommit accepted request 792455 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 89)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 88)
- Do not pull in py2 pkg on doc subpkg
buildservice-autocommit accepted request 782871 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 87)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 782869 from Marco Strigl's avatar Marco Strigl (mstrigl) (revision 86)
- in python3.8 the fp is wrapped in a Buffer. SSL.Connection.makefile 
  returns a socketIO which is no buffer.
  Added: 001-fix-buffering-for-python38.patch
buildservice-autocommit accepted request 708965 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 85)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 708732 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 83)
- Replace fix_OpenSSL111c.patch with proper new release 0.35.1
  (there is really not much more in it).
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 708462 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 82)
- Add fix_OpenSSL111c.patch patch to ensure compatibility with
  OpenSSL 1.1.1c. gl#m2crypto/m2crypto#258
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 81)
- Upgrade to 0.34.0
- no upstream changelog
buildservice-autocommit accepted request 698281 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 80)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 698280 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 79)
- Upgrade to 0.33.0:
  - eb4525c - Stop pretending to support Python 3.4.
  - 6a89548 - Fix use of urlunsplit (25 hours ago)
  - 0a5a356 - tests/test_ssl: use -ciphercuites for TLS1.3 cipher in
        openssl1.1
  - 8a0a3e3 - There are apparently multiword CPP variables. Taking that
        into account.
- Remove
  0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
  as it included in the latest release.
buildservice-autocommit accepted request 682462 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 78)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 682461 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 77)
- Fix for compatibility with OpenSSL 1.1.0h by adding the patch
  0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
Displaying revisions 41 - 60 of 136
openSUSE Build Service is sponsored by