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
681d11f659Accepting 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
869a75e76aAccepting request 1114461 from devel:languages:python
Ana Guerrero
2023-10-02 18:04:03 +00:00
fe43e3e360Accepting request 1113881 from home:ecsos:pythonOndřej Súkup2023-09-29 13:02:51 +00:00
fb3aafab77Accepting request 1096551 from devel:languages:python
Dominique Leuenberger
2023-07-04 13:21:47 +00:00
6126b92115Accepting request 1096542 from home:ecsos:pythonMatej Cepl2023-07-03 12:37:14 +00:00
c4402a34f7Accepting request 1085867 from devel:languages:python
Dominique Leuenberger
2023-05-11 10:31:24 +00:00
df40eaf988Accepting request 1085679 from home:dgarcia:branches:devel:languages:pythonMatej Cepl2023-05-09 22:41:58 +00:00
0e6bdbec2cAccepting 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 Mueller2023-01-28 12:28:20 +00:00
1e9ec6dbd1Accepting request 1032174 from devel:languages:python
Dominique Leuenberger
2022-10-30 17:28:25 +00:00
6e2f44ac24Accepting request 1031646 from home:yarunachalam:branches:devel:languages:pythonMatej Cepl2022-10-29 11:42:27 +00:00
4a6c2a825eAccepting request 1003312 from devel:languages:python
Dominique Leuenberger
2022-09-14 11:44:40 +00:00
c12cbd337fAccepting request 1001543 from home:yarunachalam:branches:devel:languages:pythonMarkéta Machová2022-09-08 15:21:51 +00:00
40eaf15c3dAccepting request 977799 from devel:languages:python
Dominique Leuenberger
2022-05-18 11:13:09 +00:00
57fcad3880Accepting request 977732 from home:mcalabkova:branches:devel:languages:python
Pablo Suárez Hernández
2022-05-17 15:00:07 +00:00
d935a348b0Accepting request 941203 from devel:languages:python
Dominique Leuenberger
2021-12-18 19:29:23 +00:00
81307fe027Accepting request 937758 from home:pgajdos:python
Enno Gotthold
2021-12-17 11:16:55 +00:00
42fabfb8c7Accepting request 931625 from devel:languages:python
Dominique Leuenberger
2021-11-20 01:38:14 +00:00
8b19108248Accepting request 931623 from home:AndreasStieger:branches:devel:languages:python
Niels Abspoel
2021-11-15 21:19:40 +00:00
705793e2a8Accepting request 931506 from home:AndreasStieger:branches:devel:languages:python
Pablo Suárez Hernández
2021-11-15 10:34:29 +00:00
0c85090db7Accepting request 868469 from devel:languages:python
Dominique Leuenberger
2021-02-04 19:23:14 +00:00
0d2a5c04d7Accepting request 868316 from home:PSuarezHernandez:branches:devel:languages:python
Niels Abspoel
2021-02-01 21:09:41 +00:00
158d36e0c1Accepting request 845726 from devel:languages:python
Dominique Leuenberger
2020-11-05 20:54:07 +00:00
246cfe49ebAccepting request 845724 from home:PSuarezHernandez:branches:devel:languages:python
Alexander Graul
2020-11-03 13:45:07 +00:00
f0b2dfdd60Accepting request 845056 from devel:languages:python
Dominique Leuenberger
2020-11-02 08:40:57 +00:00
c5a7f9c3ecAccepting request 845048 from home:PSuarezHernandez:branches:devel:languages:python
Alexander Graul
2020-10-30 14:58:04 +00:00
f2ce52a468Accepting request 845007 from home:PSuarezHernandez:branches:devel:languages:python
Alexander Graul
2020-10-30 11:45:28 +00:00
0f774a6840Accepting request 844561 from home:PSuarezHernandez:branches:devel:languages:pythonMatej Cepl2020-10-29 15:28:58 +00:00
1ce2eb231dAccepting 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
ecea61a8a8Accepting 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
cd9d9f9d92Accepting 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
1ae4e4b4a1Accepting request 782015 from devel:languages:python
Dominique Leuenberger
2020-03-08 21:22:34 +00:00
f7e7bc6ed0Accepting request 781930 from home:aboe76:branches:devel:languages:python
Tomáš Chvátal
2020-03-06 07:37:32 +00:00
41ef5421c3Accepting request 777780 from home:jfehlig:branches:devel:languages:python
Niels Abspoel
2020-03-03 19:46:38 +00:00
be0904e53cAccepting request 778169 from devel:languages:python
Dominique Leuenberger
2020-02-25 15:00:52 +00:00
5142b78927Accepting request 778082 from home:seanmarlow:branches:devel:languages:python
Tomáš Chvátal
2020-02-22 07:30:59 +00:00
70899db963Accepting request 765070 from devel:languages:python
Dominique Leuenberger
2020-01-19 20:00:32 +00:00
d6ce3c5cb9Accepting request 765058 from home:mcalabkova:branches:devel:languages:python
Tomáš Chvátal
2020-01-16 19:25:37 +00:00
5b38e07a3cAccepting request 756835 from devel:languages:python
Dominique Leuenberger
2019-12-16 14:19:09 +00:00
67243e8c70- update to 2.7.0: - Test code with Python 3.8 and advertise that we also support Python 3.8. - [OpenStack] Fix OpenStack project scoped token authentication. The driver constructors now accept `ex_tenant_domain_id argument which tells authentication service which domain id to use for the scoped authentication token. (GITHUB-1367) - Introduce type annotations for the base compute API methods. This means you can now leverage mypy to type check (with some limitations) your code which utilizes Libcloud compute API standard API methods. - [Azure ARM] Fix attach_volume method and allow maximum of 64 disks to be added when LUN is not specified. Previously there was a bug and only a maximum of 63 disks could be added. - New start_node and stop_node methods have been added to the base Libcloud compute API NodeDriver class. - [GCE] Add new ex_set_volume_labels method for managing volume labels to the driver. - [EC2] Add support for new inf1.* instance types. - [S3] Update S3 driver so a single driver class can be used for different regions. - [S3] Add missing eu-north-1` region to the S3 driver. (GITHUB-1370) - [S3] Add missing regions (eu-west-3, ap-northeast-3, me-south-1) to the driver. - [S3] Update the driver to throw more user-friendly error message if user is using driver for a region X, but trying to upload / download object to / from a region Y.
Thomas Bechtold
2019-12-13 14:27:19 +00:00
ec2db6581eAccepting request 731718 from devel:languages:python
Dominique Leuenberger
2019-09-24 23:31:13 +00:00
fb610e714c- Update to 2.6.0: * Many various cloud fixes and tweaks for future python releases * See CHANGES.rst
Tomáš Chvátal
2019-09-18 11:14:48 +00:00
fc308d646dAccepting request 703589 from devel:languages:python
Dominique Leuenberger
2019-05-20 08:27:21 +00:00
8885dc54b6Accepting request 703588 from home:anandrit:branches:devel:languages:python
Tomáš Chvátal
2019-05-16 23:40:16 +00:00
99f8ff4001Accepting request 680750 from devel:languages:python
Dominique Leuenberger
2019-03-04 08:11:51 +00:00
02d820aeb8Accepting request 679073 from home:jayvdb:django
Niels Abspoel
2019-03-02 08:50:58 +00:00
c4e656223eAccepting request 639065 from devel:languages:python
Dominique Leuenberger
2018-10-01 06:19:51 +00:00
1e46830db8Accepting request 639059 from home:seanmarlow:branches:devel:languages:python
Niels Abspoel
2018-09-28 20:50:48 +00:00
f2aad8301cAccepting request 629550 from devel:languages:python
Dominique Leuenberger
2018-08-17 22:04:44 +00:00
c5b3e8b2d6Accepting request 629282 from home:seanmarlow:branches:devel:languages:python
Tomáš Chvátal
2018-08-16 10:46:08 +00:00
9d5bd42a01Accepting request 614837 from devel:languages:python
Dominique Leuenberger
2018-06-08 21:17:48 +00:00
b42be3ca63Accepting request 614599 from home:jengelh:branches:devel:languages:python
Tomáš Chvátal
2018-06-07 06:51:22 +00:00
edeee45853Accepting request 606306 from devel:languages:python
Dominique Leuenberger
2018-05-11 07:19:11 +00:00
fad94b6e76Accepting request 606257 from home:TheBlackCat:branches:devel:languages:python
Tomáš Chvátal
2018-05-11 04:58:09 +00:00
78ed27e327Accepting request 603172 from devel:languages:python
Dominique Leuenberger
2018-05-04 09:28:58 +00:00
97a07ee0a3- Version update to 2.3.0: * For the changes see CHANGES.rst as it is too long * many various bugfixes - Drop no longer applying patch fix-backports-usage.patch
Tomáš Chvátal
2018-05-02 15:36:50 +00:00
85c93f76f0Accepting request 530138 from home:mcalmer:branches:devel:languages:python
Niels Abspoel
2017-09-30 19:28:09 +00:00
abfa735a0fAccepting request 495441 from devel:languages:python
Dominique Leuenberger
2017-05-17 08:55:22 +00:00