17
0

Commit Graph

  • 3395e0eae9 Accepting request 1333659 from devel:languages:python factory Ana Guerrero 2026-02-18 16:04:26 +00:00
  • fccec6ec6e - Update to 3.9.0 * Common - Support for Python 3.9 which is EOL has been removed. - Indicate we also support Python 3.12 (non beta) and Python 3.13. - Support for Python 3.8 which is EOL has been removed. - Support for Python 3.7 which is EOL has been removed. - Types inheriting from `libcloud.common.types.Type have been made hashable. - [NTT CIS] Fix invalid comparison in the XmlListConfig.__init__() method. - Update versions of build and packaging tools required to build the package. * Compute - [OpenStack] Add optional node port ID to attach the floating IP in OpenStack ex_attach_floating_ip_to_node function. - [OpenStack] Add metadata fields os_distro and os_version provided by OpenStack Image API (if set) to the extra field of the OpenStack NodeImage. - [LINODE] Add support for cloud-init metadata support to create_node() Add new functions create_key_pair, list_key_pairs, and get_image - [Azure ARM] Add a new argument to destroy_node() to also delete node's managed OS disk as part of the node's deletion. - [ECS] Add VPC IP and Elastic IP to ECS node as private and public IP. - [Azure ARM] When deleting a node, delete VM OS disk if it's a managed disk. - [Azure ARM] Add ex_resize_node() method. - [Equinix Metal] Fix list_nodes()` method so it correctly handles NodeSize.ram attribute in case TB is returned. - [Equinix Metal] Deprecate facility API and replace it with metros location. - [Equinix Metal] Remove all the methods for managing volumes and volume snapshots. This functionality hasn't been supported on the server side for many years already. - [Amazon EC2] Update pricing and sizing data. Daniel Garcia 2026-02-18 06:57:12 +00:00
  • 8bbd6eb4ae Accepting request 1198394 from devel:languages:python slfo-main slfo-1.2 Dominique Leuenberger 2024-09-04 11:22:08 +00:00
  • 3aef6257cf Accepting request 1198394 from devel:languages:python Dominique Leuenberger 2024-09-04 11:22:08 +00:00
  • 5dcb7e8dbd - Replace support-pytest-8.2.patch: * The existing patch unintentionally skips a lot of the testsuite. Steve Kowalik 2024-09-03 04:50:47 +00:00
  • 4227fa8da6 - Replace support-pytest-8.2.patch: * The existing patch unintentionally skips a lot of the testsuite. Steve Kowalik 2024-09-03 04:50:47 +00:00
  • 681d11f659 Accepting request 1178871 from devel:languages:python Ana Guerrero 2024-06-07 13:02:06 +00:00
  • 99c108fdac Accepting request 1178871 from devel:languages:python Ana Guerrero 2024-06-07 13:02:06 +00:00
  • ae4ce35e61 - Switch to pyproject and autosetup macros. - No more greedy globs in %files. - Tidy up {Build,}Requires on typing and lxml. - Stop skipping a bunch of tests, requests-mock has been fixed. - Add patches support-pytest-8.patch, support-pytest-8.2.patch: * Support running under pytest 8.2.x. Steve Kowalik 2024-06-06 02:52:10 +00:00
  • b3775fe138 - Switch to pyproject and autosetup macros. - No more greedy globs in %files. - Tidy up {Build,}Requires on typing and lxml. - Stop skipping a bunch of tests, requests-mock has been fixed. - Add patches support-pytest-8.patch, support-pytest-8.2.patch: * Support running under pytest 8.2.x. Steve Kowalik 2024-06-06 02:52:10 +00:00
  • 869a75e76a Accepting request 1114461 from devel:languages:python Ana Guerrero 2023-10-02 18:04:03 +00:00
  • 070a1c1743 Accepting request 1114461 from devel:languages:python Ana Guerrero 2023-10-02 18:04:03 +00:00
  • d4b44711d6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=133 Ondřej Súkup 2023-09-29 21:55:34 +00:00
  • 2a55da4f24 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=133 Ondřej Súkup 2023-09-29 21:55:34 +00:00
  • fe43e3e360 Accepting request 1113881 from home:ecsos:python Ondřej Súkup 2023-09-29 13:02:51 +00:00
  • 5535e59d6d Accepting request 1113881 from home:ecsos:python Ondřej Súkup 2023-09-29 13:02:51 +00:00
  • fb3aafab77 Accepting request 1096551 from devel:languages:python Dominique Leuenberger 2023-07-04 13:21:47 +00:00
  • 06e5ee9388 Accepting request 1096551 from devel:languages:python Dominique Leuenberger 2023-07-04 13:21:47 +00:00
  • 6126b92115 Accepting request 1096542 from home:ecsos:python Matej Cepl 2023-07-03 12:37:14 +00:00
  • 016f27e065 Accepting request 1096542 from home:ecsos:python Matej Cepl 2023-07-03 12:37:14 +00:00
  • c4402a34f7 Accepting request 1085867 from devel:languages:python Dominique Leuenberger 2023-05-11 10:31:24 +00:00
  • f55535b54b Accepting request 1085867 from devel:languages:python Dominique Leuenberger 2023-05-11 10:31:24 +00:00
  • df40eaf988 Accepting request 1085679 from home:dgarcia:branches:devel:languages:python Matej Cepl 2023-05-09 22:41:58 +00:00
  • c6126dc363 Accepting request 1085679 from home:dgarcia:branches:devel:languages:python Matej Cepl 2023-05-09 22:41:58 +00:00
  • 0e6bdbec2c Accepting request 1061730 from devel:languages:python Dominique Leuenberger 2023-01-29 13:10:26 +00:00
  • df7c799fef Accepting request 1061730 from devel:languages:python Dominique Leuenberger 2023-01-29 13:10:26 +00:00
  • e925b1bf62 - update to 3.7.0: * Support for Python 3.6 which has been EOL for more than a year now has been removed. * [CloudSigma] Update API URLs for US locations. * [GCP] Fix OAuth2 desktop client login. * [Amazon S3] Add support for `af-south-1` region. * Also run unit tests under Python 3.11 on CI/CD and indicate we also support Python 3.11. Dirk Mueller 2023-01-28 12:28:20 +00:00
  • 6e9cf9cae9 - update to 3.7.0: * Support for Python 3.6 which has been EOL for more than a year now has been removed. * [CloudSigma] Update API URLs for US locations. * [GCP] Fix OAuth2 desktop client login. * [Amazon S3] Add support for `af-south-1` region. * Also run unit tests under Python 3.11 on CI/CD and indicate we also support Python 3.11. Dirk Mueller 2023-01-28 12:28:20 +00:00
  • 1e9ec6dbd1 Accepting request 1032174 from devel:languages:python Dominique Leuenberger 2022-10-30 17:28:25 +00:00
  • e46d990756 Accepting request 1032174 from devel:languages:python Dominique Leuenberger 2022-10-30 17:28:25 +00:00
  • 6e2f44ac24 Accepting request 1031646 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-10-29 11:42:27 +00:00
  • 1133e10767 Accepting request 1031646 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-10-29 11:42:27 +00:00
  • 4a6c2a825e Accepting request 1003312 from devel:languages:python Dominique Leuenberger 2022-09-14 11:44:40 +00:00
  • 2d85218ce1 Accepting request 1003312 from devel:languages:python Dominique Leuenberger 2022-09-14 11:44:40 +00:00
  • 47bb058c41 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=122 Markéta Machová 2022-09-13 11:50:33 +00:00
  • 6f51dfd907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=122 Markéta Machová 2022-09-13 11:50:33 +00:00
  • 10f558289f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=121 Markéta Machová 2022-09-13 11:50:28 +00:00
  • 76f1682202 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=121 Markéta Machová 2022-09-13 11:50:28 +00:00
  • b88cacbda7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=120 Markéta Machová 2022-09-13 07:20:32 +00:00
  • 3521606568 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=120 Markéta Machová 2022-09-13 07:20:32 +00:00
  • b2228fad7a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=119 Markéta Machová 2022-09-08 15:22:31 +00:00
  • 18f12d4fa7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=119 Markéta Machová 2022-09-08 15:22:31 +00:00
  • c12cbd337f Accepting request 1001543 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-09-08 15:21:51 +00:00
  • 4c42a954b3 Accepting request 1001543 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-09-08 15:21:51 +00:00
  • 40eaf15c3d Accepting request 977799 from devel:languages:python Dominique Leuenberger 2022-05-18 11:13:09 +00:00
  • 705a3a855b Accepting request 977799 from devel:languages:python Dominique Leuenberger 2022-05-18 11:13:09 +00:00
  • 57fcad3880 Accepting request 977732 from home:mcalabkova:branches:devel:languages:python Pablo Suárez Hernández 2022-05-17 15:00:07 +00:00
  • 25ca97961b Accepting request 977732 from home:mcalabkova:branches:devel:languages:python Pablo Suárez Hernández 2022-05-17 15:00:07 +00:00
  • d935a348b0 Accepting request 941203 from devel:languages:python Dominique Leuenberger 2021-12-18 19:29:23 +00:00
  • 3b0aa1d224 Accepting request 941203 from devel:languages:python Dominique Leuenberger 2021-12-18 19:29:23 +00:00
  • 81307fe027 Accepting request 937758 from home:pgajdos:python Enno Gotthold 2021-12-17 11:16:55 +00:00
  • 80be617615 Accepting request 937758 from home:pgajdos:python Enno Gotthold 2021-12-17 11:16:55 +00:00
  • 42fabfb8c7 Accepting request 931625 from devel:languages:python Dominique Leuenberger 2021-11-20 01:38:14 +00:00
  • 41413d7576 Accepting request 931625 from devel:languages:python Dominique Leuenberger 2021-11-20 01:38:14 +00:00
  • 8b19108248 Accepting request 931623 from home:AndreasStieger:branches:devel:languages:python Niels Abspoel 2021-11-15 21:19:40 +00:00
  • 7fb43c3e19 Accepting request 931623 from home:AndreasStieger:branches:devel:languages:python Niels Abspoel 2021-11-15 21:19:40 +00:00
  • 705793e2a8 Accepting request 931506 from home:AndreasStieger:branches:devel:languages:python Pablo Suárez Hernández 2021-11-15 10:34:29 +00:00
  • 217059883c Accepting request 931506 from home:AndreasStieger:branches:devel:languages:python Pablo Suárez Hernández 2021-11-15 10:34:29 +00:00
  • 0c85090db7 Accepting request 868469 from devel:languages:python Dominique Leuenberger 2021-02-04 19:23:14 +00:00
  • 98568a0dd3 Accepting request 868469 from devel:languages:python Dominique Leuenberger 2021-02-04 19:23:14 +00:00
  • 0d2a5c04d7 Accepting request 868316 from home:PSuarezHernandez:branches:devel:languages:python Niels Abspoel 2021-02-01 21:09:41 +00:00
  • 65ece3db79 Accepting request 868316 from home:PSuarezHernandez:branches:devel:languages:python Niels Abspoel 2021-02-01 21:09:41 +00:00
  • 158d36e0c1 Accepting request 845726 from devel:languages:python Dominique Leuenberger 2020-11-05 20:54:07 +00:00
  • 73bddaa2fe Accepting request 845726 from devel:languages:python Dominique Leuenberger 2020-11-05 20:54:07 +00:00
  • 246cfe49eb Accepting request 845724 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-11-03 13:45:07 +00:00
  • 46bf56ddbf Accepting request 845724 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-11-03 13:45:07 +00:00
  • f0b2dfdd60 Accepting request 845056 from devel:languages:python Dominique Leuenberger 2020-11-02 08:40:57 +00:00
  • eaf7871d65 Accepting request 845056 from devel:languages:python Dominique Leuenberger 2020-11-02 08:40:57 +00:00
  • c5a7f9c3ec Accepting request 845048 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-10-30 14:58:04 +00:00
  • fb640a8aac Accepting request 845048 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-10-30 14:58:04 +00:00
  • f2ce52a468 Accepting request 845007 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-10-30 11:45:28 +00:00
  • f055d825db Accepting request 845007 from home:PSuarezHernandez:branches:devel:languages:python Alexander Graul 2020-10-30 11:45:28 +00:00
  • 0f774a6840 Accepting request 844561 from home:PSuarezHernandez:branches:devel:languages:python Matej Cepl 2020-10-29 15:28:58 +00:00
  • 4b1592a667 Accepting request 844561 from home:PSuarezHernandez:branches:devel:languages:python Matej Cepl 2020-10-29 15:28:58 +00:00
  • 1ce2eb231d Accepting request 843040 from devel:languages:python Dominique Leuenberger 2020-10-24 13:14:51 +00:00
  • a3c7c5cd20 Accepting request 843040 from devel:languages:python Dominique Leuenberger 2020-10-24 13:14:51 +00:00
  • 853b1ebbc4 - Update to 3.2.0: * [OpenStack] Add ex_get_network() to the OpenStack driver to make it possible to retrieve a single network by using the ID. * [OpenStack] Fix pagination in the list_images() method and make sure method returns all the images, even if the result is spread across multiple pages. * [GCE] Add script for scraping GCE pricing data and improve price addition in _to_node_size method. (GITHUB-1468) [Eis D. Zaster - @Eis-D-Z] * [AWS EC2] Update script for scraping AWS EC2 pricing and update EC2 pricing data. (GITHUB-1469) [Eis D. Zaster - @Eis-D-Z] * [Deployment] Add new wait_period argument to the deploy_node method and default it to 5 seconds. * [Azure ARM] Add script for scraping Azure ARM instance pricing data. (GITHUB-1470) [Eis D. Zaster - @Eis-D-Z] * [Deployment] Make FileDeployment class much faster and more efficient when working with large files or when running multiple FileDeployment steps on a single node. * [Deployment] Add __repr__() and __str__() methods to all the Deployment classes. [Tomaz Muraus - @Kami] * [Deployment] New keep_alive and use_compression arguments have been added to the ParamikoSSHClient class constructor. * [Deployment] Update ParamikoSSHClient.put() method so it returns a correct path when commands are being executed on a Windows machine. * [Outscale] Add a new driver for the Outscale provider. Existing Outscale driver utilizes the EC2 compatible API and this one utilizes native Outscale API. (GITHUB-1476) [Tio Gobin - @tgn-outscale] * [KubeVirt] Add new methods for managing services which allows users to expose ports for the VMs (ex_list_services, ex_create_service, ex_delete_service). (GITHUB-1478) [Eis D. Zaster - @Eis-D-Z] * [LXD] Add new methods for managing network and storage pool capabilities and include other improvements in some of the existing methods. (GITHUB-1477) [Eis D. Zaster - @Eis-D-Z] * [DigitalOcean] Add location argument to the list_sizes() method. * Fix deploy_node() so an exception is not thrown if any of the output (stdout / stderr) produced by the deployment script contains a non-valid utf-8 character. * Add new timeout argument to ScriptDeployment and ScriptFileDeployment class constructor. * [GiG G8] Fix retry functionality when creating port forwards and add support for automatically refresing the JWT auth token inside the connection class if it's about to expire in 60 seconds or less. (GITHUB-1465) [Jo De Boeck - @grimpy] * [Azure ARM] Update create_node so an exception is thrown if user passes ex_use_managed_disks=False, but doesn't provide a value for the ex_storage_account argument. (GITHUB-1448) [@antoinebourayne] * [AWS S3] Make sure driver works correctly for objects with ~ in the name. * [CloudFlare] Update driver to include the whole error chain the thrown exception message field. * [Gandi Live] Don't throw if extra['rrset_ttl'] argument is not passed to the create_record method. (GITHUB-1463) [Tomaz Muraus] Steve Kowalik 2020-10-21 01:21:56 +00:00
  • b46e1015da - Update to 3.2.0: * [OpenStack] Add ex_get_network() to the OpenStack driver to make it possible to retrieve a single network by using the ID. * [OpenStack] Fix pagination in the list_images() method and make sure method returns all the images, even if the result is spread across multiple pages. * [GCE] Add script for scraping GCE pricing data and improve price addition in _to_node_size method. (GITHUB-1468) [Eis D. Zaster - @Eis-D-Z] * [AWS EC2] Update script for scraping AWS EC2 pricing and update EC2 pricing data. (GITHUB-1469) [Eis D. Zaster - @Eis-D-Z] * [Deployment] Add new wait_period argument to the deploy_node method and default it to 5 seconds. * [Azure ARM] Add script for scraping Azure ARM instance pricing data. (GITHUB-1470) [Eis D. Zaster - @Eis-D-Z] * [Deployment] Make FileDeployment class much faster and more efficient when working with large files or when running multiple FileDeployment steps on a single node. * [Deployment] Add __repr__() and __str__() methods to all the Deployment classes. [Tomaz Muraus - @Kami] * [Deployment] New keep_alive and use_compression arguments have been added to the ParamikoSSHClient class constructor. * [Deployment] Update ParamikoSSHClient.put() method so it returns a correct path when commands are being executed on a Windows machine. * [Outscale] Add a new driver for the Outscale provider. Existing Outscale driver utilizes the EC2 compatible API and this one utilizes native Outscale API. (GITHUB-1476) [Tio Gobin - @tgn-outscale] * [KubeVirt] Add new methods for managing services which allows users to expose ports for the VMs (ex_list_services, ex_create_service, ex_delete_service). (GITHUB-1478) [Eis D. Zaster - @Eis-D-Z] * [LXD] Add new methods for managing network and storage pool capabilities and include other improvements in some of the existing methods. (GITHUB-1477) [Eis D. Zaster - @Eis-D-Z] * [DigitalOcean] Add location argument to the list_sizes() method. * Fix deploy_node() so an exception is not thrown if any of the output (stdout / stderr) produced by the deployment script contains a non-valid utf-8 character. * Add new timeout argument to ScriptDeployment and ScriptFileDeployment class constructor. * [GiG G8] Fix retry functionality when creating port forwards and add support for automatically refresing the JWT auth token inside the connection class if it's about to expire in 60 seconds or less. (GITHUB-1465) [Jo De Boeck - @grimpy] * [Azure ARM] Update create_node so an exception is thrown if user passes ex_use_managed_disks=False, but doesn't provide a value for the ex_storage_account argument. (GITHUB-1448) [@antoinebourayne] * [AWS S3] Make sure driver works correctly for objects with ~ in the name. * [CloudFlare] Update driver to include the whole error chain the thrown exception message field. * [Gandi Live] Don't throw if extra['rrset_ttl'] argument is not passed to the create_record method. (GITHUB-1463) [Tomaz Muraus] Steve Kowalik 2020-10-21 01:21:56 +00:00
  • ecea61a8a8 Accepting request 809124 from devel:languages:python Dominique Leuenberger 2020-06-05 17:58:56 +00:00
  • 7eac3f6835 Accepting request 809124 from devel:languages:python Dominique Leuenberger 2020-06-05 17:58:56 +00:00
  • a1f674adbb - Update to v3.0.0: * Make sure auth_user_info variable on the OpenStack identify connection class is populated when using auth version 3.x_password and 3.x_oidc_access_token. * [OpenStack] Update OpenStack identity driver so a custom project can be selected using domain_name keyword argument containing a project id. * [GCE] Update create_node() method so it throws an exception if node location can't be inferred and location is not specified by the user ( either by passing datacenter constructor argument or by passing location argument to the method). * [GCE] Update ex_get_disktype method so it works if zone argument is not set. (GITHUB-1443) [Tomaz Muraus] * [GiG G8] Add new driver for GiG G8 provider (https://gig.tech/). (GITHUB-1437) [Jo De Boeck - @grimpy] * [OpenStack] Fix auto assignment of volume device when using device name auto in the attach_volume method. (GITHUB-1444) [Joshua Hesketh - @jhesketh] * [Kamatera] Add new driver for Kamatera provider (https://www.kamatera.com). (GITHUB-1442) [Ori Hoch - @OriHoch] * Add new download_object_range and download_object_range_as_stream methods for downloading part of the object content (aka range downloads) to the base storage API. * [Google Storage] Update the driver so it supports service account HMAC credentials. * [Kubernetes] Add support for the client certificate and static token based authentication to the driver. (GITHUB-1421) [Tomaz Muraus] * Add support for Ed25519 private keys for deploy_node() functionality when using paramiko >= 2.2.0. (GITHUB-1445) [Tomaz Muraus - @Kami] * Fix deploy_node() so it correctly propagates an exception is a private key which is used is password protected, but no password is specified. * Allow user to specify password for encrypted keys by passing ssh_key_password argument to the deploy_node() method. * Fix deploy_node() method so we don't retry on fatal SSHCommandTimeoutError exception (exception which is thrown when a command which is running on remote host times out). (GITHUB-1445) [Tomaz Muraus - @Kami] * Add new stdout and stderr attribute to SSHCommandTimeoutError class. * [OpenStack] Fix auto assignment of volume device when using device name auto in the attach_volume method. (GITHUB-1444) [Joshua Hesketh - @jhesketh] - Refresh patches gce_image_projects.patch and ec2_create_node.patch. Steve Kowalik 2020-05-27 04:55:38 +00:00
  • 9030b30beb - Update to v3.0.0: * Make sure auth_user_info variable on the OpenStack identify connection class is populated when using auth version 3.x_password and 3.x_oidc_access_token. * [OpenStack] Update OpenStack identity driver so a custom project can be selected using domain_name keyword argument containing a project id. * [GCE] Update create_node() method so it throws an exception if node location can't be inferred and location is not specified by the user ( either by passing datacenter constructor argument or by passing location argument to the method). * [GCE] Update ex_get_disktype method so it works if zone argument is not set. (GITHUB-1443) [Tomaz Muraus] * [GiG G8] Add new driver for GiG G8 provider (https://gig.tech/). (GITHUB-1437) [Jo De Boeck - @grimpy] * [OpenStack] Fix auto assignment of volume device when using device name auto in the attach_volume method. (GITHUB-1444) [Joshua Hesketh - @jhesketh] * [Kamatera] Add new driver for Kamatera provider (https://www.kamatera.com). (GITHUB-1442) [Ori Hoch - @OriHoch] * Add new download_object_range and download_object_range_as_stream methods for downloading part of the object content (aka range downloads) to the base storage API. * [Google Storage] Update the driver so it supports service account HMAC credentials. * [Kubernetes] Add support for the client certificate and static token based authentication to the driver. (GITHUB-1421) [Tomaz Muraus] * Add support for Ed25519 private keys for deploy_node() functionality when using paramiko >= 2.2.0. (GITHUB-1445) [Tomaz Muraus - @Kami] * Fix deploy_node() so it correctly propagates an exception is a private key which is used is password protected, but no password is specified. * Allow user to specify password for encrypted keys by passing ssh_key_password argument to the deploy_node() method. * Fix deploy_node() method so we don't retry on fatal SSHCommandTimeoutError exception (exception which is thrown when a command which is running on remote host times out). (GITHUB-1445) [Tomaz Muraus - @Kami] * Add new stdout and stderr attribute to SSHCommandTimeoutError class. * [OpenStack] Fix auto assignment of volume device when using device name auto in the attach_volume method. (GITHUB-1444) [Joshua Hesketh - @jhesketh] - Refresh patches gce_image_projects.patch and ec2_create_node.patch. Steve Kowalik 2020-05-27 04:55:38 +00:00
  • cd9d9f9d92 Accepting request 784258 from devel:languages:python Dominique Leuenberger 2020-04-19 19:39:42 +00:00
  • 49c723ad4c Accepting request 784258 from devel:languages:python Dominique Leuenberger 2020-04-19 19:39:42 +00:00
  • 939709eb53 - Fix build without python2 Tomáš Chvátal 2020-03-12 11:00:22 +00:00
  • e05b636093 - Fix build without python2 Tomáš Chvátal 2020-03-12 11:00:22 +00:00
  • 1ae4e4b4a1 Accepting request 782015 from devel:languages:python Dominique Leuenberger 2020-03-08 21:22:34 +00:00
  • d966dae0b2 Accepting request 782015 from devel:languages:python Dominique Leuenberger 2020-03-08 21:22:34 +00:00
  • f7e7bc6ed0 Accepting request 781930 from home:aboe76:branches:devel:languages:python Tomáš Chvátal 2020-03-06 07:37:32 +00:00
  • 9cbcbd07da Accepting request 781930 from home:aboe76:branches:devel:languages:python Tomáš Chvátal 2020-03-06 07:37:32 +00:00
  • 41ef5421c3 Accepting request 777780 from home:jfehlig:branches:devel:languages:python Niels Abspoel 2020-03-03 19:46:38 +00:00
  • babc7920fd Accepting request 777780 from home:jfehlig:branches:devel:languages:python Niels Abspoel 2020-03-03 19:46:38 +00:00
  • be0904e53c Accepting request 778169 from devel:languages:python Dominique Leuenberger 2020-02-25 15:00:52 +00:00
  • 944bc587d7 Accepting request 778169 from devel:languages:python Dominique Leuenberger 2020-02-25 15:00:52 +00:00
  • 5142b78927 Accepting request 778082 from home:seanmarlow:branches:devel:languages:python Tomáš Chvátal 2020-02-22 07:30:59 +00:00
  • 11fc846497 Accepting request 778082 from home:seanmarlow:branches:devel:languages:python Tomáš Chvátal 2020-02-22 07:30:59 +00:00
  • 70899db963 Accepting request 765070 from devel:languages:python Dominique Leuenberger 2020-01-19 20:00:32 +00:00
  • 77d1cb8881 Accepting request 765070 from devel:languages:python Dominique Leuenberger 2020-01-19 20:00:32 +00:00
  • d6ce3c5cb9 Accepting request 765058 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-16 19:25:37 +00:00
  • ba1017112f Accepting request 765058 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-01-16 19:25:37 +00:00