Commit Graph

16 Commits

Author SHA1 Message Date
github-actions[bot]
ba3f23b204 [stubsabot] Mark tzlocal as obsolete since 5.2 (#10921)
Release: https://pypi.org/pypi/tzlocal/5.2
Repository: https://github.com/regebro/tzlocal
Changelog: https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
Diff: https://github.com/regebro/tzlocal/compare/5.1...5.2

Co-authored-by: stubsabot <>
2023-10-23 08:48:30 +01:00
github-actions[bot]
863423fbfe [stubsabot] Bump tzlocal to 5.1 (#10836)
Release: https://pypi.org/pypi/tzlocal/5.1
Repository: https://github.com/regebro/tzlocal
Diff: https://github.com/regebro/tzlocal/compare/5.0.1...5.1

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `tzlocal/windows_tz.py`.
 - Total lines of Python code added: 39.
 - Total lines of Python code deleted: 15.
2023-10-05 01:28:44 +01:00
Sebastian Rittau
afe18e95a9 Add an upstream_repository field to METADATA.toml (#10487)
Closes: #10478
2023-07-20 16:45:41 +02:00
Nikita Sobolev
c98e43b2bb Bump tzlocal to 5.0.1 (#10188) 2023-05-16 08:40:54 +01:00
Nikita Sobolev
3032e88595 Bump tzlocal to 5.0 (#10183) 2023-05-15 01:01:59 -07:00
github-actions[bot]
8080e491d2 [stubsabot] Bump tzlocal to 4.3 (#9903)
Release: https://pypi.org/pypi/tzlocal/4.3
Diff: https://github.com/regebro/tzlocal/compare/4.2...4.3

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 2 files included in typeshed's stubs have been modified or renamed: `tzlocal/utils.py`, `tzlocal/windows_tz.py`.
 - Total lines of Python code added: 67.
 - Total lines of Python code deleted: 41.
2023-03-19 07:44:32 +00:00
Avasam
ed6748fb32 Stubtest settings: change ignore_missing_stub default to false (#9779)
If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.
2023-02-20 22:37:45 +00:00
Avasam
ede6387510 Comments explaining why keyboard and tzlocal are not run on multiple platforms (#9188) 2022-11-14 11:42:17 +01:00
Shantanu
19f57a6e57 Remove tzlocal from pyright's exclude (#8969) 2022-10-23 14:30:57 +02:00
Shantanu
c783dda71b Allowlist useless modules (#8340)
These are the ones I chose not to add from #8321

Fixes most of #8339
2022-07-19 19:15:20 -07:00
Shantanu
4b34b345f1 Add missing third party modules (#8321)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: hauntsaninja <>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-19 08:11:29 +01:00
Shantanu
531b162a66 [stubsabot] Bump tzlocal to 4.2 (#8184)
Co-authored-by: hauntsaninja <>
2022-06-26 17:49:20 +01:00
Shantanu
b6379e7c7a Check missing definitions for several packages (#8167)
Co-authored-by: hauntsaninja <>
2022-06-26 08:56:18 +01:00
DatGuy1
7920f502e2 Add get_localzone_name to tzlocal (#6912) 2022-01-14 00:35:24 +01:00
Sebastian Rittau
bb24e77404 Update remaining versions for third-party stubs (#6094)
Also remove the python2 markers of packages that don't list Python 2
as supported in the latest version.

Don't special case version '0.1'

Co-authored-by: Akuli <akuviljanen17@gmail.com>
2021-10-12 12:30:45 +02:00
Ivan Levkivskyi
16ae4c6120 Re-organize directory structure (#4971)
See discussion in #2491

Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
2021-01-27 12:00:39 +00:00