Commit Graph

  • e15c36283f Accepting request 1166109 from devel:languages:python factory leap-16.1 leap-16.0 Ana Guerrero 2024-04-08 15:39:55 +00:00
  • b6bba2aa7d Accepting request 1165881 from home:ecsos:python Markéta Machová 2024-04-08 08:17:33 +00:00
  • 995e4fcadc Accepting request 1144077 from devel:languages:python Ana Guerrero 2024-02-05 21:01:22 +00:00
  • 84921b906f - Add patch support-python312.patch: * Fix the test script to support Python 3.12. - Use fdupes. - Switch to autosetup macro. Steve Kowalik 2024-02-05 04:36:05 +00:00
  • 4b07185edb Accepting request 1139030 from devel:languages:python Ana Guerrero 2024-01-16 20:37:44 +00:00
  • f8d3f44c69 - switch to pep517 build Reported by Zhihao Yuan. * Drop support for Berkeley DB 4.2 and Python 2.3. Our reference is Red Had Enterprise Linux 5, until march 2014. After that, * According to * Solaris 10 Update 10 exposes a very old race condition in the replication master election tests. Some details in * Support for Berkeley DB 5.1. Dirk Mueller 2024-01-15 20:37:23 +00:00
  • c98953313d Accepting request 859228 from devel:languages:python Dominique Leuenberger 2020-12-29 14:53:45 +00:00
  • 5a48bd6971 - update to 6.2.9: * For some reason, 6.2.8 release was incomplete. Let's try again. * In Python 3.9, "find_unused_port" has been moved to "test.support.socket_helper". Reported by Michał Górny. * If we use "set_get_returns_none()" in the environment, the value could not be correctly inherited by the child databases. Reported by Patrick Laimbock and modern GCC warnings. * If you install this library under Python 3 >= 3.6, let you know this is a legacy library and urges you to migrate to "berkeleydb" library. * Update copyright notices. * https links. * Fix Python 3 deprecation warning. Notified by Arthur Gautier. * Fix compilation Python 3.8 deprecation warnings. * Fix compilation Python 3.9 deprecation warnings. Dirk Mueller 2020-12-29 13:41:00 +00:00
  • a8e705a49c Accepting request 624707 from devel:languages:python Dominique Leuenberger 2018-07-23 16:02:44 +00:00
  • f530f0be98 - Version Update to 6.2.6: * Correctly detect berkley db * Python 3.7 tested and explicitly supported Tomáš Chvátal 2018-07-23 10:06:59 +00:00
  • a117eef7bb Accepting request 606474 from devel:languages:python Dominique Leuenberger 2018-05-13 14:06:06 +00:00
  • 991f21640d Accepting request 606274 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2018-05-11 14:44:22 +00:00
  • d77bbd9994 Accepting request 520815 from devel:languages:python Dominique Leuenberger 2017-09-05 13:17:38 +00:00
  • 379bfe17d1 Accepting request 519962 from devel:languages:python:singlespec-staging Jan Matejek 2017-09-04 13:55:36 +00:00
  • 85cd10dc94 Accepting request 242719 from devel:languages:python Stephan Kulow 2014-07-29 14:48:19 +00:00
  • e7b24b187e Accepting request 242714 from home:mlin7442:branches:devel:languages:python Denisart Benjamin 2014-07-28 12:33:59 +00:00
  • 48092496f4 Accepting request 242281 from home:mlin7442:branches:devel:languages:python Denisart Benjamin 2014-07-25 12:44:16 +00:00
  • 5eab05ec1c Accepting request 182386 from devel:languages:python Stephan Kulow 2013-07-07 20:23:11 +00:00
  • c5a99e6c74 Accepting request 181955 from home:jengelh:db6 Denisart Benjamin 2013-07-06 16:18:30 +00:00
  • fd3a6255b6 Accepting request 179744 from devel:languages:python Stephan Kulow 2013-06-19 14:59:06 +00:00
  • ec8aeb6711 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:50:16 +00:00
  • ba5fe04573 Accepting request 179115 from home:jengelh:db6 Denisart Benjamin 2013-06-16 12:16:55 +00:00
  • a4364403f2 Accepting request 148674 from devel:languages:python Stephan Kulow 2013-01-17 08:57:20 +00:00
  • 421db2ea96 Accepting request 148669 from home:mlin7442:branches:devel:languages:python Denisart Benjamin 2013-01-16 08:06:03 +00:00
  • a079de231f Accepting request 148364 from devel:languages:python Stephan Kulow 2013-01-14 13:05:41 +00:00
  • c6addfe503 - Simplify macro usage Sascha Peilicke 2013-01-14 09:31:20 +00:00
  • 33054bb798 Accepting request 148092 from home:posophe:branches:devel:languages:python Sascha Peilicke 2013-01-14 08:29:28 +00:00
  • 7327c54b33 Accepting request 148057 from devel:languages:python Stephan Kulow 2013-01-12 06:56:06 +00:00
  • ff0bc86064 Accepting request 147996 from home:mlin7442:branches:devel:languages:python Sascha Peilicke 2013-01-11 14:21:21 +00:00
  • bb7bb256a0 Accepting request 84170 from devel:languages:python Sascha Peilicke 2011-09-22 08:48:17 +00:00
  • 9030578345 - Update to version 5.2.0: * Support for Berkeley DB 5.2. * Support for the newly available replication manager events: DB_EVENT_REP_SITE_ADDED, DB_EVENT_REP_SITE_REMOVED, DB_EVENT_REP_LOCAL_SITE_REMOVED, DB_EVENT_REP_CONNECT_BROKEN, DB_EVENT_REP_CONNECT_ESTD, DB_EVENT_REP_CONNECT_TRY_FAILED, DB_EVENT_REP_INIT_DONE. * New Object: "DB_SITE". Support for all its methods. * Parameters for "DB_SITE->set_config()": DB_BOOTSTRAP_HELPER, DB_GROUP_CREATOR, DB_LEGACY, DB_LOCAL_SITE, DB_REPMGR_PEER. * Support for some stuff in the new "Dynamic Environment Configuration": DB_MEM_LOCK, DB_MEM_LOCKOBJECT, DB_MEM_LOCKER, DB_MEM_LOGID, DB_MEM_TRANSACTION, DB_MEM_THREAD. * Add "bytes" to "DBEnv_memp_stat()". Original patch from Garrett Cooper. - Spec file cleanup: * Split of devel package for headers * Don't package tests * Fix non-executable bits Sascha Peilicke 2011-09-21 12:27:29 +00:00
  • 92f2c937b2 Autobuild autoformatter for 53347 OBS User autobuild 2010-11-18 17:01:57 +00:00
  • fc7c2e6c2d Accepting request 53347 from devel:languages:python Ruediger Oertel 2010-11-18 17:01:51 +00:00
  • 66ae3d6868 * Testsuite for "DB->get_transactional()" should not create databases outside the TMP directory, neither leave the files behind. * If something happens while creating the CObject/Capsule object, keep going, even without exporting the C API, instead of crashing. * Support for: * "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT", * "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS". * "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC", * "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS", * "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE". * "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC", * "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM", * "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC". * "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS", * "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS". * "DB_REP_CONF_INMEM", "DB_TIMEOUT ", "DB_CURSOR_BULK". * "DB->get_transactional()", "DB_REPMGR_ACKS_ALL_AVAILABLE" * Support for Berkeley DB 5.1. * Drop support for Berkeley DB 4.1 * Include processed HTML documentation in the EGG. * Some link fixes for external documentation. * Links added in the documentation to Oracle Berkeley DB programmer reference. Hendrik Vogelsang 2010-11-18 15:48:05 +00:00
  • ca13ebb2b1 Autobuild autoformatter for 52702 OBS User autobuild 2010-11-10 19:17:54 +00:00
  • 42032bc424 Updating link to change in openSUSE:Factory/python-bsddb3 revision 6.0 OBS User buildservice-autocommit 2010-11-10 19:17:54 +00:00
  • a8be3ecfbc Accepting request 52702 from devel:languages:python Ruediger Oertel 2010-11-10 19:17:42 +00:00
  • bd23f5ebeb Accepting request 52689 from home:coolo:branches:openSUSE:Factory Cristian Rodríguez 2010-11-10 13:11:15 +00:00
  • c198bcd74d Accepting request 50017 from devel:languages:python OBS User autobuild 2010-10-07 22:41:40 +00:00
  • 2f5a700bec Accepting request 41907 from devel:languages:python OBS User autobuild 2010-06-28 11:05:24 +00:00