Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.5 #242

Merged
merged 16 commits into from
Jan 4, 2022
Merged

Release v0.9.5 #242

merged 16 commits into from
Jan 4, 2022

Conversation

prkumar
Copy link
Owner

@prkumar prkumar commented Jan 3, 2022

Added

Fixed

Deprecated

  • Python 2.7 support will be removed in v0.10.0.

kamalgill and others added 14 commits February 25, 2021 21:41
Update asyncio example to use async/await syntax in Python 3.7 or later
Fix @uplink.*Map to not throw error if converter is None
Flake is failing with "B018 Found useless expression."

https://app.travis-ci.com/github/prkumar/uplink/jobs/553555288
* Add 3.9 and 3.10 to travis build

* Replace 3.10 with 3.10-dev

* Update travis to use Ubuntu 18.04

18.04 has 3.10.0 and 3.10.1 according to: 
https://docs.travis-ci.com/user/languages/python/

* Bump python 3.10 to 3.10.1 in travis

* Unpin pytest version

Travis build for 3.10.1 failed because of issue in pytest that was fixed in a later release: pytest-dev/pytest#8540
* Fix uplink with Python 2.7

* Switch on six.moves.collections_abc

* Add abc in __all__

* Add link to GitHub Discussions for repo in README

* Update "Question" GitHub issue template

* Fix @uplink.*Map to not throw error if converter is None

Fixes #221

* Fix B018 flake error

Flake is failing with "B018 Found useless expression."

https://app.travis-ci.com/github/prkumar/uplink/jobs/553555288

* Add 3.9 and 3.10.1 to travis build (#239)

* Add 3.9 and 3.10 to travis build

* Replace 3.10 with 3.10-dev

* Update travis to use Ubuntu 18.04

18.04 has 3.10.0 and 3.10.1 according to: 
https://docs.travis-ci.com/user/languages/python/

* Bump python 3.10 to 3.10.1 in travis

* Unpin pytest version

Travis build for 3.10.1 failed because of issue in pytest that was fixed in a later release: pytest-dev/pytest#8540

* Fix uplink with Python 2.7

* Switch on six.moves.collections_abc

* Add abc in __all__

* Add python 2.7 to travis build

* Omit "keywords" attribute when invoking setup for py2.7

Context: pypa/pipenv#4357 (comment)

* Pin pipenv==2018.11.26 for py2.7 travis build

Context: pypa/pipenv#4357 (comment)

* Fix syntax error in travis config file

* Try pinning pipenv version in tox.ini

* Make integration tests work with py2.7

* Make integration tests work with py2.7

* Fix flake8 E231 error

Co-authored-by: P. Raj Kumar <raj.pritvi.kumar@gmail.com>
Co-authored-by: Alexander Shadchinr <shadchin@users.noreply.github.com>
* Update supported versions in docs to 3.5+

* Add a notice that Python 2.7 support will be removed in v0.10.0
Update arguments.py - update docstring to match quickstart
Uplink officially supports Python 2.7 & 3.3-3.7.
Uplink officially supports Python 2.7 and 3.5+.

**Note:** Python 2.7 suport will be removed in v0.10.0.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I started to become afraid the python2 support would continue for ever … 😺

sthagen
sthagen previously approved these changes Jan 3, 2022
Copy link

@sthagen sthagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@prkumar
Copy link
Owner Author

prkumar commented Jan 3, 2022

Looks like Travis CI disabled the builds for Uplink because I've burned through Travis CI's free plan:

Builds have been temporarily disabled for public repositories due to a negative credit balance.

Seems like they may have a program to request for OSS credits: https://docs.travis-ci.com/user/billing-faq/#what-if-i-am-building-open-source. I'll reach out to them later. For now, I'll go ahead and refill my credits so I can complete the release today.

Looking ahead, might be a good opportunity to consider another CI platform, like GitHub Actions.

@prkumar
Copy link
Owner Author

prkumar commented Jan 3, 2022

I've contacted Travis CI support. Awaiting their reply.

I've also created #243 to consider migrating to GitHub Actions.

@prkumar prkumar closed this Jan 4, 2022
@prkumar prkumar reopened this Jan 4, 2022
@codecov
Copy link

codecov bot commented Jan 4, 2022

Codecov Report

Merging #242 (1d7cc2b) into stable (1649e43) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           stable      #242      +/-   ##
===========================================
+ Coverage   99.91%   100.00%   +0.08%     
===========================================
  Files          44        44              
  Lines        2398      2410      +12     
  Branches      182       342     +160     
===========================================
+ Hits         2396      2410      +14     
+ Misses          2         0       -2     
Impacted Files Coverage Δ
uplink/arguments.py 100.00% <100.00%> (ø)
uplink/auth.py 100.00% <100.00%> (ø)
uplink/commands.py 100.00% <100.00%> (ø)
uplink/compat.py 100.00% <100.00%> (ø)
uplink/converters/__init__.py 100.00% <100.00%> (ø)
uplink/converters/keys.py 100.00% <100.00%> (ø)
uplink/converters/typing_.py 100.00% <100.00%> (ø)
uplink/decorators.py 100.00% <100.00%> (ø)
uplink/hooks.py 100.00% <0.00%> (ø)
uplink/types.py 100.00% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1649e43...1d7cc2b. Read the comment docs.

@prkumar prkumar merged commit a013758 into stable Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants