- May 06, 2024
-
-
Adam Williamson authored
This is based on https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#defining-a-workflow-job-environment . It's the sample config from there, with versions updated and our project name substituted in the appropriate places. I dropped the publish-to-testpypi bit because of https://github.com/pypa/packaging.python.org/issues/804 , and left the Github release part left out for now. We can add that later if we like, but we never published releases to Github before, so it doesn't seem required yet. I also tweaked the conditionals a bit to avoid running the build job on forks and publish only tags that start with 'v', as that's our convention for versions. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
- Feb 16, 2024
-
-
Marc Troelitzsch authored
Add missing classifiers for Python versions >= 3.9
-
- Jan 28, 2024
-
-
Marc Troelitzsch authored
* `Iterator.next()`` has been replaced with `Iterator.__next__()` * The `object.__unicode__()` method is not used anymore * Default source encoding has changed from ASCII to UTF-8
-
- Jan 27, 2024
-
-
Alexandre Detiste authored
-
- May 26, 2023
-
-
Adam Williamson authored
test_client.py uses pkg_resources. That's part of setuptools, not Python. Per https://docs.python.org/3.12/whatsnew/3.12.html#removed , it was previously included by default in venv environments, but no longer is from 3.12 onwards, so we need to explicitly require setuptools to ensure it's available. Signed-off-by:
Adam Williamson <awilliam@redhat.com>
-
- Sep 26, 2021
-
-
依云 authored
-
- May 28, 2020
-
-
havardAasen authored
mock was included in unittest in python 3.3
-
Dan Michael O. Heggø authored
-
- Nov 05, 2019
-
-
Marc Trölitzsch authored
-
- Aug 03, 2019
-
- Aug 02, 2019
-
-
Dan Michael O. Heggø authored
-
John Greeley authored
requests_oauthlib dependency name will only install from pip, requests-oauthlib works on both conda and pip
-
- Jun 10, 2019
-
-
Dan Michael O. Heggø authored
Python 3.4 is EOL and support for it has been removed by the requests package that we depend on.
-
Dan Michael O. Heggø authored
-
Orion Poplawski authored
-
Orion Poplawski authored
-
- Nov 22, 2018
-
- Nov 04, 2018
-
- Jul 31, 2018
-
-
Dan Michael O. Heggø authored
-
- Jul 01, 2018
-
-
Waldir Pimenta authored
-
- Apr 08, 2018
-
-
Dan Michael O. Heggø authored
Python 3.3 is EOL, and is failing on Travis.
-
- Jan 14, 2018
-
- Nov 26, 2017
-
-
Bernd Kuhls authored
This optimizes setup.py for cases when pytest-runner is not needed, using the approach that is suggested upstream: https://pypi.python.org/pypi/pytest-runner#conditional-requirement
-
- Nov 16, 2017
-
-
Adam Williamson authored
This reverts commit 1650e0e7. Upstream restored handling of the adding_headers arg in 0.6.1. Going back to using that name means we're still compatible with any version of responses after 0.3.0, except 0.6.0. Also adjust setup.py to express this correctly.
-
- Jul 31, 2017
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- May 18, 2017
-
- Feb 23, 2017
-
- Oct 23, 2016
-
- Aug 21, 2016
-
-
Lukas Juhrich authored
Remove python2.6 from - Travis - Tox - PyPi tags - documentation and readme Also, Simplify an import clause. This fixes #133
-
- Jul 03, 2016
-
-
Dan Michael O. Heggø authored
Looks like a buggy pip version could be the root cause, but nevertheless, we shouldn't need to specify that we're depending on requests explicitly when requests_oauthlib depends on it. (https://stackoverflow.com/questions/27497470/setuptools-finds-wrong-package-during-install)
-
Dan Michael O. Heggø authored
Add OAuth and update docs
-
- May 07, 2016
-
-
Dan Michael O. Heggø authored
-
- Apr 28, 2016
-
-
Dan Michael O. Heggø authored
-
- Feb 05, 2016
-
- Jan 23, 2016
-
-
Dan Michael O. Heggø authored
-
- Jan 10, 2016
-
- Nov 09, 2015
-
-
Dan Michael O. Heggø authored
-