Commit Graph

  • 2121572010 Accepting request 1317201 from devel:languages:python factory Ana Guerrero 2025-11-12 20:14:24 +00:00
  • fcc79198cf - update to 3.18.3: * Fix potential regex DoS vulnerability in FTS5 query validation code (#3005). Dirk Mueller 2025-11-11 22:53:26 +00:00
  • 71bae56c0d Convert to libalternatives, bsc#1245883 slfo-main Daniel Garcia Moreno 2025-10-23 11:45:19 +02:00
  • 6969e0c72a Accepting request 1312391 from devel:languages:python Ana Guerrero 2025-10-21 09:15:57 +00:00
  • e8e21df3db Accepting request 1312056 from home:mcalabkova:branches:devel:languages:python Nico Krapp 2025-10-20 11:31:27 +00:00
  • e3e0924686 Accepting request 1300821 from devel:languages:python Ana Guerrero 2025-08-21 18:32:48 +00:00
  • f54de53a86 - Convert to libalternatives on SLE-16-based and newer systems only Markéta Machová 2025-08-21 15:34:08 +00:00
  • ce3a5ec940 Accepting request 1294653 from devel:languages:python Ana Guerrero 2025-07-21 17:59:45 +00:00
  • 1726144345 - Update to 3.18.2: * Support Cython 3.1. Steve Kowalik 2025-07-21 03:14:51 +00:00
  • 01bad4c0d5 - Convert to libalternatives Markéta Machová 2025-07-19 07:30:02 +00:00
  • 8227b28941 Accepting request 1274716 from devel:languages:python Ana Guerrero 2025-05-06 14:41:36 +00:00
  • e982855bf8 - update to 3.18.1: * The behavior of postgresql_ext.BinaryJSONField.contains() has changed. Previously, passing a string to this method would perform a JSON key exists check (? operator) instead of JSON contains (@> operator). As of 3.18.0, this special-case has been **removed** and the contains() method always uses the JSONB contains operator (@>). For the **old** behavior of checking whether a key exists, use the BinaryJSONField.has_key() * Add options to URL-unquote user and password when using the db_url helpers * Support using postgresql:// URLs when connecting to psycopg3. Dirk Mueller 2025-05-05 21:03:21 +00:00
  • d31c333775 Accepting request 1247409 from devel:languages:python slfo-1.2 Ana Guerrero 2025-02-20 16:39:47 +00:00
  • 3bd8fb9b53 Accepting request 1247409 from devel:languages:python Ana Guerrero 2025-02-20 16:39:47 +00:00
  • 8e17bddc9e - Update to 3.17.9 * Fix incorrect handling of fk constraint name in migrator. * Fix test-only issue that can occur in Python 3.14a4. Matej Cepl 2025-02-20 13:20:05 +00:00
  • d7c5f74514 Accepting request 1247372 from home:glaubitz:branches:devel:languages:python Matej Cepl 2025-02-20 13:20:05 +00:00
  • de8052922c Accepting request 1223791 from devel:languages:python Ana Guerrero 2024-11-14 15:08:00 +00:00
  • 30ed3aad54 Accepting request 1223791 from devel:languages:python Ana Guerrero 2024-11-14 15:08:00 +00:00
  • 1916d39f1a - Update to version 3.17.8 * Fix regression in behavior of delete_instance() when traversing nullable foreign-keys. Introduced in 3.17.6. * Fix bug where joins not cloned when going from join-less -> joined query. Matej Cepl 2024-11-12 21:03:38 +00:00
  • 9edb824e9a Accepting request 1223773 from home:mnhauke Matej Cepl 2024-11-12 21:03:38 +00:00
  • 868c430edb Accepting request 1222054 from devel:languages:python Ana Guerrero 2024-11-07 15:28:14 +00:00
  • 763d52e3b3 Accepting request 1222054 from devel:languages:python Ana Guerrero 2024-11-07 15:28:14 +00:00
  • 694380c467 - update to 3.17.7: * Add db_url support for psycopg3 via psycopg3://. * Ensure double-quotes are escaped properly when introspecting constraints. * A few documentation-related fixes. Dirk Mueller 2024-11-07 09:08:24 +00:00
  • cf86bf8155 - update to 3.17.7: * Add db_url support for psycopg3 via psycopg3://. * Ensure double-quotes are escaped properly when introspecting constraints. * A few documentation-related fixes. Dirk Mueller 2024-11-07 09:08:24 +00:00
  • b0e11b5b05 Accepting request 1219559 from devel:languages:python Dominique Leuenberger 2024-10-31 15:09:24 +00:00
  • 48b8d2d0ce Accepting request 1219559 from devel:languages:python Dominique Leuenberger 2024-10-31 15:09:24 +00:00
  • 5b86e92f72 - Update license to MIT, that's what the project defines in the setup.py Daniel Garcia 2024-10-30 12:44:05 +00:00
  • f2d20e00fc - Update license to MIT, that's what the project defines in the setup.py Daniel Garcia 2024-10-30 12:44:05 +00:00
  • ddf90e64fe Accepting request 1198059 from devel:languages:python Dominique Leuenberger 2024-09-02 11:14:16 +00:00
  • ef10d1974a Accepting request 1198059 from devel:languages:python Dominique Leuenberger 2024-09-02 11:14:16 +00:00
  • 9e46d3e376 - update to 3.17.6: * Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph * Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem. * Ensure that subqueries inside CASE statements generate correct SQL. * Fix regression that broke server-side cursors with Postgres * Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance. * Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults. Dirk Mueller 2024-08-31 12:14:03 +00:00
  • c0fb9d52d7 - update to 3.17.6: * Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph * Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem. * Ensure that subqueries inside CASE statements generate correct SQL. * Fix regression that broke server-side cursors with Postgres * Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance. * Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults. Dirk Mueller 2024-08-31 12:14:03 +00:00
  • d1a2dd014b Accepting request 1179078 from devel:languages:python Ana Guerrero 2024-06-07 13:04:23 +00:00
  • 68aadae247 Accepting request 1179078 from devel:languages:python Ana Guerrero 2024-06-07 13:04:23 +00:00
  • 52b49642cc - update to 3.17.5: * Fixes package installation issue on 3.12 and newer introduced in the last version. - update to 3.17.4: * Fix bug that could occur when using CASE inside a function, and one or more of the CASE clauses consisted of a subquery. Refs #2873. new fix in #2872 for regression in truthiness of cursor. * Fix bug in the conversion of TIMESTAMP type in Sqlite on Python 3.12+. * Fix for hybrid properties on subclasses when aliased (#2888). * Many fixes for SqliteQueueDatabase (#2874, #2876, #2877). Dirk Mueller 2024-06-06 20:18:03 +00:00
  • a202584d92 - update to 3.17.5: * Fixes package installation issue on 3.12 and newer introduced in the last version. - update to 3.17.4: * Fix bug that could occur when using CASE inside a function, and one or more of the CASE clauses consisted of a subquery. Refs #2873. new fix in #2872 for regression in truthiness of cursor. * Fix bug in the conversion of TIMESTAMP type in Sqlite on Python 3.12+. * Fix for hybrid properties on subclasses when aliased (#2888). * Many fixes for SqliteQueueDatabase (#2874, #2876, #2877). Dirk Mueller 2024-06-06 20:18:03 +00:00
  • f29b6a492a Accepting request 1171418 from devel:languages:python Ana Guerrero 2024-05-02 21:48:42 +00:00
  • 9b3d25eb88 Accepting request 1171418 from devel:languages:python Ana Guerrero 2024-05-02 21:48:42 +00:00
  • c62428be81 - update to 3.17.3: * Better fix for #2871 (extraneous queries when coercing query to list), and new fix in #2872 for regression in truthiness of cursor. * Full support for psycopg3. * Basic support for Sqlite jsonb. * Fix bug where calling list(query) resulted in extra queries, #2871 Dirk Mueller 2024-05-02 16:34:06 +00:00
  • 14efa5b650 - update to 3.17.3: * Better fix for #2871 (extraneous queries when coercing query to list), and new fix in #2872 for regression in truthiness of cursor. * Full support for psycopg3. * Basic support for Sqlite jsonb. * Fix bug where calling list(query) resulted in extra queries, #2871 Dirk Mueller 2024-05-02 16:34:06 +00:00
  • ffb30b8137 Accepting request 1146064 from devel:languages:python Ana Guerrero 2024-02-12 17:52:48 +00:00
  • 7f1883af2c Accepting request 1146064 from devel:languages:python Ana Guerrero 2024-02-12 17:52:48 +00:00
  • b9964ae9ea - Update to 3.17.1: * Add bitwise and other helper methods to BigBitField, #2802. * Add add_column_default and drop_column_default migrator methods for specifying a server-side default value, #2803. * The new star attribute was causing issues for users who had a field named star on their models. This attribute is now renamed to __star__. #2796. * Fix compatibility issues with 3.12 related to utcnow() deprecation. * Add stricter locking on connection pool to prevent race conditions. * Add adapters and converters to Sqlite to replace ones deprecated in 3.12. * Fix bug in model_to_dict() when only aliases are present. * Fix version check for Sqlite native drop column support. * Do not specify a reconnect= argument to ping() if using MySQL 8.x. Steve Kowalik 2024-02-12 02:58:31 +00:00
  • a0904f0524 - Update to 3.17.1: * Add bitwise and other helper methods to BigBitField, #2802. * Add add_column_default and drop_column_default migrator methods for specifying a server-side default value, #2803. * The new star attribute was causing issues for users who had a field named star on their models. This attribute is now renamed to __star__. #2796. * Fix compatibility issues with 3.12 related to utcnow() deprecation. * Add stricter locking on connection pool to prevent race conditions. * Add adapters and converters to Sqlite to replace ones deprecated in 3.12. * Fix bug in model_to_dict() when only aliases are present. * Fix version check for Sqlite native drop column support. * Do not specify a reconnect= argument to ping() if using MySQL 8.x. Steve Kowalik 2024-02-12 02:58:31 +00:00
  • 3749f6a5e8 Accepting request 1137846 from devel:languages:python Ana Guerrero 2024-01-10 20:52:26 +00:00
  • a7c839d637 Accepting request 1137846 from devel:languages:python Ana Guerrero 2024-01-10 20:52:26 +00:00
  • 8872b80be8 Accepting request 1137767 from home:alarrosa:branches:devel:languages:python Matej Cepl 2024-01-09 23:36:02 +00:00
  • 3687e5c058 Accepting request 1137767 from home:alarrosa:branches:devel:languages:python Matej Cepl 2024-01-09 23:36:02 +00:00
  • a42c4d7567 Accepting request 1124001 from devel:languages:python Ana Guerrero 2023-11-07 20:28:37 +00:00
  • cdcd003466 Accepting request 1124001 from devel:languages:python Ana Guerrero 2023-11-07 20:28:37 +00:00
  • 06bfc1fd07 - update to 3.17.0: * Only roll-back in the outermost @db.transaction decorator/ctx manager if an unhandled exception occurs. * Cover transaction BEGIN in the reconnect-mixin. Given that no transaction has been started, reconnecting when beginning a new transaction ensures that a reconnect will occur if it is safe to do so. * Add support for setting isolation_level in db.atomic() and db.transaction() when using Postgres and MySQL/MariaDB, which will apply to the wrapped transaction. * Add support for the Sqlite SQLITE_DETERMINISTIC function flag. This allows user-defined Sqlite functions to be used in indexes and may be used by the query planner. * Fix unreported bug in dataset import when inferred field name differs from column name. - disable apsw from tests for sle15 - can't be build anymore - unbind to cython < 3 - bind to cython < 3 - Update to 3.15.4 Fix bug in test_utils.count_queres() which could erroneously include pool events such as connect/disconnect, etc. set to None. - switch to PyMSQL instead of mysql-connector-python, which is the * This will be a notable release as it adds support for CockroachDB, * Fix non-deterministic join ordering issue when using the filter() * Bulk insert (insert_many() and insert_from()) will now return * Migration extension now supports altering a column's data-type, * Added BloomFilter.from_buffer() method for populating a bloom-filter * Fix for issue #1991 regarding setting intervening models to None. Dirk Mueller 2023-11-07 14:24:25 +00:00
  • 6a7037f974 - update to 3.17.0: * Only roll-back in the outermost @db.transaction decorator/ctx manager if an unhandled exception occurs. * Cover transaction BEGIN in the reconnect-mixin. Given that no transaction has been started, reconnecting when beginning a new transaction ensures that a reconnect will occur if it is safe to do so. * Add support for setting isolation_level in db.atomic() and db.transaction() when using Postgres and MySQL/MariaDB, which will apply to the wrapped transaction. * Add support for the Sqlite SQLITE_DETERMINISTIC function flag. This allows user-defined Sqlite functions to be used in indexes and may be used by the query planner. * Fix unreported bug in dataset import when inferred field name differs from column name. - disable apsw from tests for sle15 - can't be build anymore - unbind to cython < 3 - bind to cython < 3 - Update to 3.15.4 Fix bug in test_utils.count_queres() which could erroneously include pool events such as connect/disconnect, etc. set to None. - switch to PyMSQL instead of mysql-connector-python, which is the * This will be a notable release as it adds support for CockroachDB, * Fix non-deterministic join ordering issue when using the filter() * Bulk insert (insert_many() and insert_from()) will now return * Migration extension now supports altering a column's data-type, * Added BloomFilter.from_buffer() method for populating a bloom-filter * Fix for issue #1991 regarding setting intervening models to None. Dirk Mueller 2023-11-07 14:24:25 +00:00
  • d8bf2111ad Accepting request 1105035 from devel:languages:python Ana Guerrero 2023-08-22 06:56:17 +00:00
  • 1201ccc8bc Accepting request 1105035 from devel:languages:python Ana Guerrero 2023-08-22 06:56:17 +00:00
  • 072718832d Accepting request 1104939 from home:ecsos:python Markéta Machová 2023-08-21 09:34:08 +00:00
  • f98ef8f21c Accepting request 1104939 from home:ecsos:python Markéta Machová 2023-08-21 09:34:08 +00:00
  • 86fa2b5b69 Accepting request 1103730 from devel:languages:python Dominique Leuenberger 2023-08-14 20:35:31 +00:00
  • 75055b17c9 Accepting request 1103730 from devel:languages:python Dominique Leuenberger 2023-08-14 20:35:31 +00:00
  • 424026d3d2 - bind to cython < 3 Dirk Mueller 2023-08-13 19:59:30 +00:00
  • 76092a079b - bind to cython < 3 Dirk Mueller 2023-08-13 19:59:30 +00:00
  • 306e0c31d5 Accepting request 1091730 from devel:languages:python Dominique Leuenberger 2023-06-09 18:39:58 +00:00
  • 30d1779c8d Accepting request 1091730 from devel:languages:python Dominique Leuenberger 2023-06-09 18:39:58 +00:00
  • 0eb80ce9c2 - update to 3.16.2: * Fixes a longstanding issue with thread-safety of various decorators, including atomic(), transaction(), savepoint(). The context-managers are unaffected. * Add changes required for building against Cython 3.0 and set Cython language-level to 3. * Ensure indexes aren't added to unindexed fields during introspection, #2691. * Ensure we don't redundantly select same PK in prefetch when using PREFETCH_TYPE.JOIN. * In Sqlite migrator, use Sqlite's builtin DROP and RENAME column facilities when possible. This can be overridden by passing legacy=True flag. * This release contains backwards-incompatible changes in the way Peewee initializes connections to the underlying database driver. Previously, peewee implemented autocommit semantics *on-top* of the existing DB-API transactional workflow. Going forward, Peewee instead places the DB-API driver into autocommit mode directly. Dirk Mueller 2023-06-01 20:07:14 +00:00
  • bea83a5b56 - update to 3.16.2: * Fixes a longstanding issue with thread-safety of various decorators, including atomic(), transaction(), savepoint(). The context-managers are unaffected. * Add changes required for building against Cython 3.0 and set Cython language-level to 3. * Ensure indexes aren't added to unindexed fields during introspection, #2691. * Ensure we don't redundantly select same PK in prefetch when using PREFETCH_TYPE.JOIN. * In Sqlite migrator, use Sqlite's builtin DROP and RENAME column facilities when possible. This can be overridden by passing legacy=True flag. * This release contains backwards-incompatible changes in the way Peewee initializes connections to the underlying database driver. Previously, peewee implemented autocommit semantics *on-top* of the existing DB-API transactional workflow. Going forward, Peewee instead places the DB-API driver into autocommit mode directly. Dirk Mueller 2023-06-01 20:07:14 +00:00
  • 3dfcf588aa Accepting request 1039750 from devel:languages:python Dominique Leuenberger 2022-12-03 09:04:00 +00:00
  • 44f854d42b Accepting request 1039750 from devel:languages:python Dominique Leuenberger 2022-12-03 09:04:00 +00:00
  • 5e226bdb62 Accepting request 1039675 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-03 07:41:56 +00:00
  • c3fb2f54f3 Accepting request 1039675 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-03 07:41:56 +00:00
  • f42fad7adf Accepting request 1032500 from devel:languages:python Dominique Leuenberger 2022-11-01 12:42:16 +00:00
  • 4275694a43 Accepting request 1032500 from devel:languages:python Dominique Leuenberger 2022-11-01 12:42:16 +00:00
  • a96ecab26c Accepting request 1032034 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-10-31 13:23:24 +00:00
  • 178cdb8a0d Accepting request 1032034 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-10-31 13:23:24 +00:00
  • e3207bdb60 Accepting request 1008722 from devel:languages:python Richard Brown 2022-10-07 23:25:33 +00:00
  • 199ba69a8f Accepting request 1008722 from devel:languages:python Richard Brown 2022-10-07 23:25:33 +00:00
  • 82f3972b85 Accepting request 1008036 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-10-07 08:11:28 +00:00
  • 3d174306c7 Accepting request 1008036 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-10-07 08:11:28 +00:00
  • 239ba97bd9 Accepting request 970474 from devel:languages:python Dominique Leuenberger 2022-04-17 21:50:41 +00:00
  • 73f9015729 Accepting request 970474 from devel:languages:python Dominique Leuenberger 2022-04-17 21:50:41 +00:00
  • 4329b47e32 Accepting request 970473 from home:mcepl:branches:devel:languages:python:flask Matej Cepl 2022-04-16 22:53:08 +00:00
  • 4902e4e25c Accepting request 970473 from home:mcepl:branches:devel:languages:python:flask Matej Cepl 2022-04-16 22:53:08 +00:00
  • c91a291c15 Accepting request 931290 from devel:languages:python Dominique Leuenberger 2021-11-13 21:48:44 +00:00
  • 09bbeb48b5 Accepting request 931290 from devel:languages:python Dominique Leuenberger 2021-11-13 21:48:44 +00:00
  • dfee961662 - update to 3.14.8: * Returning clause can still be specified for Sqlite, however it just needs to be done so manually rather than having it applied automatically. * Fix bug in APSW extension with Sqlite 3.35 and newer, due to handling of last insert rowid with RETURNING. Refs #2479. * Fix pesky bug in new last_insert_id() on the SqliteExtDatabase. * Only raise DoesNotExist when lazy_load is enabled on ForeignKeyField * Add missing convenience method ModelSelect.get_or_none() * Allow ForeignKeyField to specify a custom BackrefAccessorClass * Ensure foreign-key-specific conversions are applied on INSERT and UPDATE * Add handling of MySQL error 4031 (inactivity timeout) to the ReconnectMixin helper class. * Support specification of conflict target for ON CONFLICT/DO NOTHING. * Add encoding parameter to the DataSet freeze() and thaw() methods * Fix bug which prevented DeferredForeignKey from being used as a model's primary key * Ensure foreign key's related object cache is cleared when the foreign-key is set to None. * Allow specification of (schema, table) to be used with CREATE TABLE AS... * Allow reusing open connections with DataSet * Add highlight() and snippet() helpers to Sqlite SearchField, for use with full-text search extension. * Preserve user-provided aliases in column names. * Add support for Sqlite 3.37 strict tables. * Ensure database is inherited when using ThreadSafeDatabaseMetadata, and also adds an implementation in playhouse.shortcuts along with basic unit tests. * Better handling of Model's dirty fields when saving, fixes #2466. * Add basic support for MariaDB connector driver in playhouse.mysql_ext * Begin a basic implementation for a psycopg3-compatible pg database Dirk Mueller 2021-11-13 20:32:37 +00:00
  • 7a1c48a6a4 - update to 3.14.8: * Returning clause can still be specified for Sqlite, however it just needs to be done so manually rather than having it applied automatically. * Fix bug in APSW extension with Sqlite 3.35 and newer, due to handling of last insert rowid with RETURNING. Refs #2479. * Fix pesky bug in new last_insert_id() on the SqliteExtDatabase. * Only raise DoesNotExist when lazy_load is enabled on ForeignKeyField * Add missing convenience method ModelSelect.get_or_none() * Allow ForeignKeyField to specify a custom BackrefAccessorClass * Ensure foreign-key-specific conversions are applied on INSERT and UPDATE * Add handling of MySQL error 4031 (inactivity timeout) to the ReconnectMixin helper class. * Support specification of conflict target for ON CONFLICT/DO NOTHING. * Add encoding parameter to the DataSet freeze() and thaw() methods * Fix bug which prevented DeferredForeignKey from being used as a model's primary key * Ensure foreign key's related object cache is cleared when the foreign-key is set to None. * Allow specification of (schema, table) to be used with CREATE TABLE AS... * Allow reusing open connections with DataSet * Add highlight() and snippet() helpers to Sqlite SearchField, for use with full-text search extension. * Preserve user-provided aliases in column names. * Add support for Sqlite 3.37 strict tables. * Ensure database is inherited when using ThreadSafeDatabaseMetadata, and also adds an implementation in playhouse.shortcuts along with basic unit tests. * Better handling of Model's dirty fields when saving, fixes #2466. * Add basic support for MariaDB connector driver in playhouse.mysql_ext * Begin a basic implementation for a psycopg3-compatible pg database Dirk Mueller 2021-11-13 20:32:37 +00:00
  • d03d53749d Accepting request 917302 from devel:languages:python Dominique Leuenberger 2021-09-07 19:21:51 +00:00
  • 861b8c4c07 Accepting request 917302 from devel:languages:python Dominique Leuenberger 2021-09-07 19:21:51 +00:00
  • e0e7e3bd7b Accepting request 917125 from home:mnhauke Alexei Podvalsky 2021-09-07 13:56:33 +00:00
  • 5ecc53ae3d Accepting request 917125 from home:mnhauke Alexei Podvalsky 2021-09-07 13:56:33 +00:00
  • c423991ef2 Accepting request 807652 from devel:languages:python Yuchen Lin 2020-05-26 15:17:03 +00:00
  • bda75ab936 Accepting request 807652 from devel:languages:python Yuchen Lin 2020-05-26 15:17:03 +00:00
  • 4712b0e59b Accepting request 807601 from home:pgajdos:python Tomáš Chvátal 2020-05-20 11:28:30 +00:00
  • 2c8dbca0cf Accepting request 807601 from home:pgajdos:python Tomáš Chvátal 2020-05-20 11:28:30 +00:00
  • e2fe4d6868 Accepting request 786217 from devel:languages:python Dominique Leuenberger 2020-03-19 18:49:23 +00:00
  • cf4569d637 Accepting request 786217 from devel:languages:python Dominique Leuenberger 2020-03-19 18:49:23 +00:00
  • 381cbd977b - switch to PyMSQL instead of mysql-connector-python, which is the default since 3.12.x and doesn't have vulnerabilities (bsc#1122204) Dirk Mueller 2020-03-18 16:03:04 +00:00
  • f2c72f2068 - switch to PyMSQL instead of mysql-connector-python, which is the default since 3.12.x and doesn't have vulnerabilities (bsc#1122204) Dirk Mueller 2020-03-18 16:03:04 +00:00
  • 92e05b742d Accepting request 784338 from devel:languages:python Dominique Leuenberger 2020-03-12 22:08:23 +00:00
  • b102531c93 Accepting request 784338 from devel:languages:python Dominique Leuenberger 2020-03-12 22:08:23 +00:00
  • 6c70d7ac8c Accepting request 784287 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-12 13:48:34 +00:00
  • c11c90d686 Accepting request 784287 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-12 13:48:34 +00:00