15
0
forked from pool/python-Beaker

Commit Graph

  • 2b450b6c9c Accepting request 1269441 from devel:languages:python main Ana Guerrero 2025-04-16 18:39:18 +00:00
  • 28153d102a - Switch to pyproject macros. - Add patch avoid-dbm-sqlite3.patch: * Avoid dbm.sqlite3 to support testing with Python 3.13. Steve Kowalik 2025-04-15 06:22:45 +00:00
  • 5433eb390c Accepting request 1169355 from devel:languages:python Ana Guerrero 2024-04-21 18:27:01 +00:00
  • ccc1ab5b39 - update to 1.13.0: * Fix validation messages for validate_key and encrypt_key * Added support for rediscluster via ext:redisclusternm * Removed the need to install mock library to run tests - Actually correct BuildRequires. * Fixed issue #180 - KeyError when loading deleted session - add glibc-locale dependency for tests * Session cookies will now provide support for `SameSite through the samesite` option. * Fix bug with cookie deletion on leap years. Patch contributed - minor spec improvement * Added an optimization to the FileNamespaceContainer when used with Session, such that the pickled contents of the file are not Dirk Mueller 2024-04-20 13:26:46 +00:00
  • 149e5f0a95 Accepting request 1064207 from devel:languages:python Dominique Leuenberger 2023-02-10 13:36:02 +00:00
  • 3c95418ea2 - update to 1.12.1: * Fix ext:database backend failing to initialize * Improved inline code documentation for the crypto module Dirk Mueller 2023-02-10 10:20:01 +00:00
  • cb804f073c Accepting request 1046427 from devel:languages:python Dominique Leuenberger 2023-01-03 14:05:46 +00:00
  • ff4a2f41f6 - Actually correct BuildRequires. Steve Kowalik 2023-01-03 08:16:51 +00:00
  • 55bc223664 Accepting request 1043858 from devel:languages:python Dominique Leuenberger 2022-12-20 19:20:48 +00:00
  • 49b92c395e - Update to 1.12.0: * Enabled testing on Python 3.10 and 3.11 * Fixed issue #122 - Session ignores deserializer json * Remove ID generation fallback for when the uuid module is not found * Port testing from nose to pytest * Fixed issue #180 - KeyError when loading deleted session - Remove Python 2 and Python 3 gubbins. - Remove patch denose.patch, merged upstream. - Add patch support-pymemcache.patch: * Also support pymemcache. - Fiddle BuildRequires as appropiate. Steve Kowalik 2022-12-20 06:37:17 +00:00
  • 81c27d2a07 Accepting request 962272 from devel:languages:python Dominique Leuenberger 2022-03-17 16:01:28 +00:00
  • 0faa9b5ad8 Accepting request 962105 from home:pgajdos:python Matej Cepl 2022-03-16 20:46:32 +00:00
  • 9c27383334 Accepting request 958222 from devel:languages:python Dominique Leuenberger 2022-03-01 16:03:40 +00:00
  • 522b33e89f - add glibc-locale dependency for tests Dirk Mueller 2022-03-01 08:41:02 +00:00
  • 8a4a1aac30 Accepting request 877313 from devel:languages:python Dominique Leuenberger 2021-03-06 20:18:59 +00:00
  • ec7e7b905c Accepting request 876935 from home:mcalabkova:branches:devel:languages:python Matej Cepl 2021-03-05 23:25:37 +00:00
  • 9e1546e0ef Accepting request 822305 from devel:languages:python Dominique Leuenberger 2020-07-24 08:03:30 +00:00
  • 465c03092a Updat the patch Matej Cepl 2020-07-23 00:24:38 +00:00
  • adb95bf563 Accepting request 822302 from home:mcepl:branches:devel:languages:python Matej Cepl 2020-07-22 22:15:00 +00:00
  • cc7c475902 Accepting request 796206 from devel:languages:python Dominique Leuenberger 2020-04-22 18:55:59 +00:00
  • a6c8590456 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=47 Tomáš Chvátal 2020-04-22 07:13:15 +00:00
  • 7c62141a36 - Fix build without Python 2 present. Steve Kowalik 2020-04-22 07:05:11 +00:00
  • 2c961879ba Drop BuildRequires on mock and funcsigs, and update Requires/Recommends to python3. Steve Kowalik 2020-04-22 05:13:34 +00:00
  • 260f1a28bd Accepting request 750445 from devel:languages:python Dominique Leuenberger 2019-11-23 23:47:34 +00:00
  • eac65c512c Accepting request 750441 from home:stroeder:branches:devel:languages:python Matej Cepl 2019-11-23 15:59:44 +00:00
  • 5e61ce46da Accepting request 732776 from devel:languages:python Dominique Leuenberger 2019-09-25 06:26:32 +00:00
  • dd47824840 Accepting request 732760 from home:pgajdos Tomáš Chvátal 2019-09-23 17:43:21 +00:00
  • a2be6adf38 Accepting request 695669 from devel:languages:python Dominique Leuenberger 2019-04-19 16:38:53 +00:00
  • 4be96b7cbd Accepting request 695668 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-18 12:28:40 +00:00
  • fe5c0fe65d Accepting request 690384 from devel:languages:python Dominique Leuenberger 2019-04-05 10:01:06 +00:00
  • 1bf1ac4a82 Accepting request 690383 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-01 13:50:10 +00:00
  • 44c079a628 - Update to 1.10.1: * Fix issue with Redis namespace manager TTL * Fix for SameSite cookie option not being set in some cases * Fix for memcached tests on Python3 * Redis namespace manager now supports providing a TTL for session entries that had a `timeout provided. This will remove the need to manually clear expired sessions from the redis storage. * nsscrypto backend is now properly identified as providing AES support. * When a crypto backend doesn't support AES it will no longer crash if the encrypt_key is None. * Session cookies will now provide support for SameSite through the samesite option. By default this will be Lax, but can be set to Strict or None` to disable it. Tomáš Chvátal 2019-03-06 19:05:41 +00:00
  • b60239d145 Accepting request 522093 from devel:languages:python Dominique Leuenberger 2017-09-12 17:39:05 +00:00
  • 6e4f1663a7 Accepting request 522092 from devel:languages:python:singlespec-staging Todd R 2017-09-07 17:00:13 +00:00
  • 148c14348c Accepting request 441540 from devel:languages:python Dominique Leuenberger 2016-11-25 11:26:19 +00:00
  • e571401b5e - adjust for cryptopp -> pycryptopp rename Dirk Mueller 2016-11-16 09:56:55 +00:00
  • 2331d974a9 - update to 1.8.1 * Bugfixes Dirk Mueller 2016-11-14 13:58:20 +00:00
  • 82078b044a Accepting request 428017 from devel:languages:python Dominique Leuenberger 2016-10-10 14:19:43 +00:00
  • a2341f8509 Accepting request 428016 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-09-15 23:28:13 +00:00
  • 1709fddf40 Accepting request 304167 from devel:languages:python Stephan Kulow 2015-04-27 20:08:51 +00:00
  • cdabdf27dc Accepting request 303985 from home:benoit_monin:branches:devel:languages:python Michal Čihař 2015-04-27 10:35:36 +00:00
  • d26e4cc8f9 Accepting request 201450 from devel:languages:python Stephan Kulow 2013-10-01 06:25:57 +00:00
  • 9ab69a33ff - Fix previous changes entry - Add Beaker-1.6.4-setup_test.patch: Workaround for TypeError in multiprocessing/util.py Sascha Peilicke 2013-09-30 09:58:01 +00:00
  • b73b3fa9e7 - Add a build conditional for testing with memcached. It can be too heavy at times Sascha Peilicke 2013-08-09 09:17:00 +00:00
  • 9c326ed958 Accepting request 186405 from home:frispete:python Sascha Peilicke 2013-08-09 08:26:52 +00:00
  • 247a6fc69f Accepting request 183950 from devel:languages:python Stephan Kulow 2013-07-22 11:06:42 +00:00
  • 2aa8280979 Accepting request 183774 from home:cberendt:Cloud_OpenStack_Master Sascha Peilicke 2013-07-22 06:18:29 +00:00
  • fb1419a712 Accepting request 179667 from devel:languages:python Stephan Kulow 2013-06-19 14:20:12 +00:00
  • 1db5af85f0 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:50:02 +00:00
  • e206914541 Python3 happens exclusively in devel:languages:python3 from now on Sascha Peilicke 2013-06-17 12:33:15 +00:00
  • 11e4859680 Accepting request 142414 from devel:languages:python Stephan Kulow 2012-11-25 12:26:44 +00:00
  • 4f77defc58 Accepting request 142413 from devel:languages:python3 Todd R 2012-11-22 13:20:19 +00:00
  • 2caecafde8 Accepting request 136485 from devel:languages:python Stephan Kulow 2012-10-03 07:56:01 +00:00
  • b5d8e96af8 Accepting request 135402 from home:poorboywilly:branches:devel:languages:python Sascha Peilicke 2012-10-01 08:25:51 +00:00
  • 095a5d9cbc Accepting request 132955 from devel:languages:python Stephan Kulow 2012-09-11 07:15:17 +00:00
  • 2031e3042b Accepting request 132954 from devel:languages:python Todd R 2012-09-06 12:49:02 +00:00
  • 72369af96a Accepting request 122326 from devel:languages:python Stephan Kulow 2012-05-29 08:34:57 +00:00
  • 386bce7e12 Accepting request 122324 from devel:languages:python3 Todd R 2012-05-25 10:03:05 +00:00
  • 5f86eed5d5 Accepting request 121836 from home:HighwayStar:branches:devel:languages:python Todd R 2012-05-23 07:11:35 +00:00
  • 583e80310d Accepting request 102338 from devel:languages:python Stephan Kulow 2012-02-02 16:59:50 +00:00
  • 0262fd86c7 - Update to version 1.6.2: * Updated dogpile lock so that it locks per namespace+key rather than on the entire namespace. (#101) * Added encryption option for any backend. Patch contributed by Toby Elliot. Sascha Peilicke 2012-02-01 10:43:55 +00:00
  • 98e6462009 Accepting request 90909 from devel:languages:python Stephan Kulow 2011-11-14 12:33:06 +00:00
  • c875a5daf1 - Update to version 1.6.1: * Remove stray print statement. * Include .app for consistency instead of requiring wrap_app. - Changes from version 1.6: * Fix bug with cache_key length calculation. * Fix bug with how path was set so that its restored properly and propagated. * Fix bug with CacheMiddleware clobbering enabled setting. * Update option for `cookie_expires so that it can now handle an integer which will be used as the seconds till the cookie expires. * Merge fix for Issue 31, can now handle unicode cache keys. * Add key_length option for cache regions, and for keyword args passed into the cache system. Cache keys longer than this will be SHA'd. * added runtime beaker.__version__ * Add webtest_varname option to configuration to optionally include the session value in the environ vars when using Beaker with WebTest. * Defer running of pkg_resources to look for external cache modules until requested. #66 * memcached backend uses pylibmc.ThreadMappedPool to ensure thread-local usage of pylibmc when that library is in use. (#60) * memcached backend also has memcache_module` string argument, allows direct specification of the name of which memcache backend to use. * Basic container/file-based Session support working in Py3K. (#72) * Further Python 3 fixes * Added an optimization to the FileNamespaceContainer when used with Session, such that the pickled contents of the file are not read a second time when session.save() is called. (#64) * Fixed bug whereby CacheManager.invalidate wouldn't work for a function decorated by cache.cache(). (#61) * cache decorators @cache.cache(), @cache_region() won't include first argument named 'self' or 'cls' as part of the cache key. This allows Sascha Peilicke 2011-11-10 10:42:56 +00:00
  • 25cbf49bb9 Autobuild autoformatter for 80516 Marcus Rueckert 2011-09-01 15:25:30 +00:00
  • 3c75d17d97 Accepting request 80516 from devel:languages:python Marcus Rueckert 2011-09-01 15:25:20 +00:00
  • b0ea6bade3 - Initial version Sascha Peilicke 2011-09-01 13:17:45 +00:00