Commit Graph

34 Commits

Author SHA256 Message Date
Dominique Leuenberger
7510fe1572 Accepting request 686033 from devel:languages:python
- Add patch to fix libxcrypt compatibility:
  * python-passlib-1.7.1-libxcrypt-compat.patch

- Do not use symlinks when creating fdupes

OBS-URL: https://build.opensuse.org/request/show/686033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=18
2019-03-19 09:00:15 +00:00
Tomáš Chvátal
a540d3bc73 - Add patch to fix libxcrypt compatibility:
* python-passlib-1.7.1-libxcrypt-compat.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=33
2019-03-18 10:51:16 +00:00
Tomáš Chvátal
81869a0620 - Do not use symlinks when creating fdupes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=32
2019-03-02 15:20:43 +00:00
Dominique Leuenberger
5d5c4e0212 Accepting request 660068 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/660068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=17
2018-12-24 10:46:37 +00:00
3227adfeed Accepting request 659791 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/659791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=30
2018-12-19 16:58:17 +00:00
cd8aa2f04c Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=29
2018-12-04 17:17:53 +00:00
0c196b046b Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=28
2018-12-04 13:45:21 +00:00
Dominique Leuenberger
73691dcb69 Accepting request 495349 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/495349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=16
2017-05-17 08:54:52 +00:00
Jan Matejek
d5cdc2aacd Accepting request 489947 from home:alois:branches:devel:languages:python
Converted to single-spec

OBS-URL: https://build.opensuse.org/request/show/489947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=26
2017-05-16 13:54:59 +00:00
Dominique Leuenberger
95209f10cf Accepting request 453639 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/453639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=15
2017-02-02 14:41:35 +00:00
Michael Ströder
5dd48cbe94 Accepting request 453637 from home:stroeder:branches:devel:languages:python
update to 1.7.1

OBS-URL: https://build.opensuse.org/request/show/453637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=24
2017-01-31 15:19:13 +00:00
Dominique Leuenberger
b6a46c65c3 Accepting request 452041 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/452041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=14
2017-01-25 22:32:12 +00:00
a511ed97fc Accepting request 451812 from home:stroeder:branches:devel:languages:python
updated URLs (to fix the download failure which declined #442660)

OBS-URL: https://build.opensuse.org/request/show/451812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=22
2017-01-23 20:59:47 +00:00
b76340925a Accepting request 442120 from home:stroeder:branches:devel:languages:python
update to upstream release 1.7.0

OBS-URL: https://build.opensuse.org/request/show/442120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=21
2016-11-29 10:03:23 +00:00
Dominique Leuenberger
ef72a0f072 Accepting request 360906 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/360906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=13
2016-03-02 13:21:19 +00:00
924af1c961 Accepting request 360695 from home:mnhauke:branches:devel:languages:python
- Update to 1.6.5:
  * Fixed some minor bugs in the test suite which were causing erroneous
    test failures
- Update to 1.6.4:
  * bugfix: Correctly detect bcrypt 2.0.
  * bugfix: CryptContext now accepts scheme names as unicode
  * bugfix: :mod:`passlib.ext.django` now works correctly with Django 1.7-1.8.
  * bugfix: :class:`passlib.apache.HtpasswdFile` now recognizes bcrypt,
    sha256_crypt, sha512_crypt hashes
  * A few changes have been made to the :class:`~passlib.hash.bcrypt` hash:
    + It now supports the ``$2b$`` hash format.
    + It will now issue a :exc:`~passlib.exc.PasslibSecurityWarning` if the active
      backend is vulnerable to the :ref:`wraparound bug <bsd-wraparound-bug>`,
      and automatically enable a workaround(py-bcrypt is known to be vulnerableas of v0.4).
    + It will throw a :exc:`~passlib.exc.PasslibSecurityError` if the active backend
      is vulnerable to the :ref:`8-bit bug <crypt-blowfish-bug>` (none of Passlib's
      backends are known to be vulnerable as of 2015-07).
    + Updated documentation to indicate the cffi-based
      `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ library is now the recommended
      bcrypt backend.
    + Backend capability detection code refactored to rely on runtime detection
      rather than hardcoded information.
    + Release **1.6.3** was skipped due to upload issues.

OBS-URL: https://build.opensuse.org/request/show/360695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=19
2016-02-22 14:56:04 +00:00
Stephan Kulow
974cd961db Accepting request 213776 from devel:languages:python
- update to 1.6.2:
 * Re-tuned the :attr:`~passlib.ifc.PasswordHash.default_rounds` values for all of the hashes.
 * Added the new :doc:`bcrypt_sha256 <lib/passlib.hash.bcrypt_sha256>` hash,
   which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations
 * :doc:`passlib.hash.bcrypt <lib/passlib.hash.bcrypt>`:
   Added support for the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ (forwarded request 213721 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=11
2014-01-15 15:26:58 +00:00
Denisart Benjamin
3ec6de223a Accepting request 213721 from Cloud:OpenStack:Master
- update to 1.6.2:
 * Re-tuned the :attr:`~passlib.ifc.PasswordHash.default_rounds` values for all of the hashes.
 * Added the new :doc:`bcrypt_sha256 <lib/passlib.hash.bcrypt_sha256>` hash,
   which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations
 * :doc:`passlib.hash.bcrypt <lib/passlib.hash.bcrypt>`:
   Added support for the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_

OBS-URL: https://build.opensuse.org/request/show/213721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=17
2014-01-13 17:27:26 +00:00
Tomáš Chvátal
8e0cd7ed9d Accepting request 204610 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=10
2013-10-25 09:25:10 +00:00
Sascha Peilicke
04845832d1 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=15
2013-10-24 11:09:45 +00:00
Stephan Kulow
db28ffccbf Accepting request 157728 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=8
2013-03-08 08:44:30 +00:00
Sascha Peilicke
5a86777b7e - Drop testsuite again, has strange issues
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=13
2013-02-05 13:12:29 +00:00
Stephan Kulow
4b0ef1fa42 Accepting request 133454 from devel:languages:python
Update to 1.6.1 (forwarded request 133375 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/133454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=6
2012-09-11 07:16:37 +00:00
Ismail Dönmez
4d5027a18f Accepting request 133375 from home:poorboywilly:branches:devel:languages:python
Update to 1.6.1

OBS-URL: https://build.opensuse.org/request/show/133375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=11
2012-09-10 10:50:51 +00:00
Stephan Kulow
5cb8a10f33 Accepting request 125069 from devel:languages:python
Update to 1.6 (forwarded request 125056 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/125069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=4
2012-06-18 15:34:24 +00:00
Sascha Peilicke
79405e0940 Accepting request 125056 from home:poorboywilly:branches:devel:languages:python
Update to 1.6

OBS-URL: https://build.opensuse.org/request/show/125056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=9
2012-06-15 08:04:17 +00:00
Stephan Kulow
0bbf01f8f4 Accepting request 109670 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/109670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=3
2012-03-20 10:33:46 +00:00
Sascha Peilicke
409e892054 - Don't run testsuite on SLE, fixes build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=7
2012-03-08 11:34:01 +00:00
Stephan Kulow
f12f4762bd Accepting request 103934 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=2
2012-02-17 11:08:52 +00:00
Sascha Peilicke
3e73c7f048 - Fix macro usage and remove reST from description
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=5
2012-01-31 10:39:01 +00:00
Pascal Bleser
b0ab8a8952 remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=4
2011-12-12 09:04:35 +00:00
Stephan Kulow
2b90943118 Accepting request 94214 from devel:languages:python
openstack

OBS-URL: https://build.opensuse.org/request/show/94214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=1
2011-12-07 13:39:51 +00:00
Sascha Peilicke
5c824f87a4 - SPDX-style license string (BSD-3-Clause)
- Package CHANGES, README, LICENSE
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=2
2011-11-29 09:26:51 +00:00
Sascha Peilicke
6ed3391b25 Accepting request 93471 from Virtualization:Cloud:OpenStack:Diablo
Dependency for OpenStack packages.

OBS-URL: https://build.opensuse.org/request/show/93471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=1
2011-11-29 09:22:09 +00:00