piwave 2.1.4__tar.gz → 2.1.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: piwave
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: A python module to broadcast radio waves with your Raspberry Pi.
5
5
  Home-page: https://github.com/douxxtech/piwave
6
6
  Author: Douxx
@@ -18,7 +18,7 @@ Classifier: Operating System :: POSIX :: Linux
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: dlogger==1.0.1
21
+ Requires-Dist: dlogger==1.0.2
22
22
  Provides-Extra: dev
23
23
  Requires-Dist: pytest>=6.0; extra == "dev"
24
24
  Requires-Dist: pytest-cov>=2.0; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: piwave
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: A python module to broadcast radio waves with your Raspberry Pi.
5
5
  Home-page: https://github.com/douxxtech/piwave
6
6
  Author: Douxx
@@ -18,7 +18,7 @@ Classifier: Operating System :: POSIX :: Linux
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: dlogger==1.0.1
21
+ Requires-Dist: dlogger==1.0.2
22
22
  Provides-Extra: dev
23
23
  Requires-Dist: pytest>=6.0; extra == "dev"
24
24
  Requires-Dist: pytest-cov>=2.0; extra == "dev"
@@ -1,4 +1,4 @@
1
- dlogger==1.0.1
1
+ dlogger==1.0.2
2
2
 
3
3
  [dev]
4
4
  pytest>=6.0
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = piwave
3
- version = 2.1.4
3
+ version = 2.1.5
4
4
  description = A python module to broadcast radio waves with your Raspberry Pi.
5
5
  long_description = file: README.md
6
6
  long_description_content_type = text/markdown
@@ -24,7 +24,7 @@ project_urls =
24
24
  packages = find:
25
25
  include_package_data = True
26
26
  install_requires =
27
- dlogger==1.0.1
27
+ dlogger==1.0.2
28
28
  python_requires = >=3.7
29
29
 
30
30
  [options.extras_require]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes