adafruit-circuitpython-ntp 3.3.4__tar.gz → 3.3.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.pre-commit-config.yaml +2 -2
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/PKG-INFO +2 -3
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_circuitpython_ntp.egg-info/PKG-INFO +2 -3
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_circuitpython_ntp.egg-info/SOURCES.txt +1 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_ntp.py +1 -1
- adafruit_circuitpython_ntp-3.3.6/docs/_static/custom.css +8 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/conf.py +3 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/pyproject.toml +2 -3
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/ruff.toml +0 -1
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.gitattributes +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/workflows/build.yml +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/workflows/failure-help-text.yml +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/workflows/release_gh.yml +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/workflows/release_pypi.yml +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.gitignore +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.readthedocs.yaml +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/CODE_OF_CONDUCT.md +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSE +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSES/CC-BY-4.0.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSES/MIT.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSES/Unlicense.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/README.rst +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/README.rst.license +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_circuitpython_ntp.egg-info/dependency_links.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_circuitpython_ntp.egg-info/requires.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/adafruit_circuitpython_ntp.egg-info/top_level.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/_static/favicon.ico +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/_static/favicon.ico.license +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/api.rst +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/api.rst.license +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/examples.rst +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/examples.rst.license +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/index.rst +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/index.rst.license +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/requirements.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_connection_manager.py +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_cpython.py +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_set_rtc.py +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_simpletest.py +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/optional_requirements.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/requirements.txt +0 -0
- {adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/setup.cfg +0 -0
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.pre-commit-config.yaml
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
repos:
|
|
6
6
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
7
|
-
rev:
|
|
7
|
+
rev: v6.0.0
|
|
8
8
|
hooks:
|
|
9
9
|
- id: check-yaml
|
|
10
10
|
- id: end-of-file-fixer
|
|
@@ -16,6 +16,6 @@ repos:
|
|
|
16
16
|
- id: ruff
|
|
17
17
|
args: ["--fix"]
|
|
18
18
|
- repo: https://github.com/fsfe/reuse-tool
|
|
19
|
-
rev:
|
|
19
|
+
rev: v6.2.0
|
|
20
20
|
hooks:
|
|
21
21
|
- id: reuse
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adafruit-circuitpython-ntp
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.6
|
|
4
4
|
Summary: Network Time Protocol (NTP) helper for Python
|
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/adafruit/Adafruit_CircuitPython_NTP
|
|
8
8
|
Keywords: adafruit,blinka,circuitpython,micropython,ntp,ntp,,network,,time
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: Topic :: Software Development :: Libraries
|
|
11
11
|
Classifier: Topic :: Software Development :: Embedded Systems
|
|
12
12
|
Classifier: Topic :: System :: Hardware
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
15
14
|
Description-Content-Type: text/x-rst
|
|
16
15
|
License-File: LICENSE
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adafruit-circuitpython-ntp
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.6
|
|
4
4
|
Summary: Network Time Protocol (NTP) helper for Python
|
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/adafruit/Adafruit_CircuitPython_NTP
|
|
8
8
|
Keywords: adafruit,blinka,circuitpython,micropython,ntp,ntp,,network,,time
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: Topic :: Software Development :: Libraries
|
|
11
11
|
Classifier: Topic :: Software Development :: Embedded Systems
|
|
12
12
|
Classifier: Topic :: System :: Hardware
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
15
14
|
Description-Content-Type: text/x-rst
|
|
16
15
|
License-File: LICENSE
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* SPDX-FileCopyrightText: 2025 Sam Blenny
|
|
2
|
+
* SPDX-License-Identifier: MIT
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/* Monkey patch the rtd theme to prevent horizontal stacking of short items
|
|
6
|
+
* see https://github.com/readthedocs/sphinx_rtd_theme/issues/1301
|
|
7
|
+
*/
|
|
8
|
+
.py.property{display: block !important;}
|
|
@@ -105,6 +105,9 @@ html_theme = "sphinx_rtd_theme"
|
|
|
105
105
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
|
106
106
|
html_static_path = ["_static"]
|
|
107
107
|
|
|
108
|
+
# Include extra css to work around rtd theme glitches
|
|
109
|
+
html_css_files = ["custom.css"]
|
|
110
|
+
|
|
108
111
|
# The name of an image file (relative to this directory) to use as a favicon of
|
|
109
112
|
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
|
110
113
|
# pixels large.
|
|
@@ -12,7 +12,7 @@ requires = [
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "adafruit-circuitpython-ntp"
|
|
14
14
|
description = "Network Time Protocol (NTP) helper for Python"
|
|
15
|
-
version = "3.3.
|
|
15
|
+
version = "3.3.6"
|
|
16
16
|
readme = "README.rst"
|
|
17
17
|
authors = [
|
|
18
18
|
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
|
@@ -28,13 +28,12 @@ keywords = [
|
|
|
28
28
|
"network,",
|
|
29
29
|
"time",
|
|
30
30
|
]
|
|
31
|
-
license =
|
|
31
|
+
license = "MIT"
|
|
32
32
|
classifiers = [
|
|
33
33
|
"Intended Audience :: Developers",
|
|
34
34
|
"Topic :: Software Development :: Libraries",
|
|
35
35
|
"Topic :: Software Development :: Embedded Systems",
|
|
36
36
|
"Topic :: System :: Hardware",
|
|
37
|
-
"License :: OSI Approved :: MIT License",
|
|
38
37
|
"Programming Language :: Python :: 3",
|
|
39
38
|
]
|
|
40
39
|
dynamic = ["dependencies", "optional-dependencies"]
|
|
@@ -17,7 +17,6 @@ extend-select = [
|
|
|
17
17
|
"PLC2401", # non-ascii-name
|
|
18
18
|
"PLC2801", # unnecessary-dunder-call
|
|
19
19
|
"PLC3002", # unnecessary-direct-lambda-call
|
|
20
|
-
"E999", # syntax-error
|
|
21
20
|
"PLE0101", # return-in-init
|
|
22
21
|
"F706", # return-outside-function
|
|
23
22
|
"F704", # yield-outside-function
|
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/.github/workflows/build.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSES/CC-BY-4.0.txt
RENAMED
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/LICENSES/Unlicense.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/_static/favicon.ico
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/examples.rst.license
RENAMED
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/docs/index.rst.license
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_cpython.py
RENAMED
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_set_rtc.py
RENAMED
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/examples/ntp_simpletest.py
RENAMED
|
File without changes
|
{adafruit_circuitpython_ntp-3.3.4 → adafruit_circuitpython_ntp-3.3.6}/optional_requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|