icloud_photo_station
icloud_photo_station copied to clipboard
Bump backports-zoneinfo from 0.1.0 to 0.2.1
Bumps backports-zoneinfo from 0.1.0 to 0.2.1.
Release notes
Sourced from backports-zoneinfo's releases.
Version 0.2.1 (2020-06-18)
- Fixed an issue where the C implementation of
ZoneInfo.__init_subclass__
was not a classmethod, causing errors when attempting to subclass ZoneInfo (GH-82, GH-83).Version 0.2.0 (2020-05-29)
- Added support for PyPy 3.6 (GH-74); when installed on PyPy, the library will not use the C extension, since benchmarks indicate that the pure Python implementation is faster.
Changelog
Sourced from backports-zoneinfo's changelog.
Version 0.2.1 (2020-06-18)
- Fixed an issue where the C implementation of
ZoneInfo.__init_subclass__
was not a classmethod, causing errors when attempting to subclassZoneInfo
(:gh:82
, :gh-pr:83
).Version 0.2.0 (2020-05-29)
- Added support for PyPy 3.6 (:gh-pr:
74
); when installed on PyPy, the library will not use the C extension, since benchmarks indicate that the pure Python implementation is faster.
Commits
4299bfd
Merge pull request #84 from pganssle/release_0.2.10809d76
Update changelog and version for 0.2.1dfadef0
Merge pull request #83 from pganssle/fix_c_subclassing8d4bbbb
Fix subclassing in C implementation47d28a1
Merge pull request #80 from pganssle/refactor_error_disabling7129b1a
Don't disable unknown pragma warnings5509ad4
Move error disabling pragma into a macroeeff2c5
Move std=c99 declaration into setup.py79307ca
Merge pull request #76 from pganssle/release_0.2.0c2aecd1
Bump version to 0.2.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)