prim-ctrl 0.3.0__tar.gz → 0.4.0__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.1
2
2
  Name: prim-ctrl
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Primitive Ctrl - Remote control of your phone's Primitive FTPd Android SFTP server and optionally Tailscale VPN.
5
5
  Home-page: https://github.com/lmagyar/prim-ctrl
6
6
  License: Apache-2.0
@@ -13,9 +13,9 @@ Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.12
16
- Requires-Dist: aiohttp (==3.10.5)
17
- Requires-Dist: platformdirs (==4.3.2)
18
- Requires-Dist: zeroconf (==0.134.0)
16
+ Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
17
+ Requires-Dist: platformdirs (>=4.3.6,<5.0.0)
18
+ Requires-Dist: zeroconf (>=0.134.0,<0.135.0)
19
19
  Project-URL: Change Log, https://github.com/lmagyar/prim-ctrl/blob/main/CHANGELOG.md
20
20
  Project-URL: Repository, https://github.com/lmagyar/prim-ctrl
21
21
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "prim-ctrl"
3
- version = "0.3.0"
3
+ version = "0.4.0"
4
4
  description = "Primitive Ctrl - Remote control of your phone's Primitive FTPd Android SFTP server and optionally Tailscale VPN."
5
5
  license = "Apache-2.0"
6
6
  authors = ["Laszlo Magyar <lmagyar1973@gmail.com>"]
@@ -18,9 +18,9 @@ packages = [{include = "prim_ctrl"}]
18
18
 
19
19
  [tool.poetry.dependencies]
20
20
  python = "^3.12"
21
- aiohttp = "3.10.5"
22
- platformdirs = "4.3.2"
23
- zeroconf = "0.134.0"
21
+ aiohttp = "^3.10.5"
22
+ platformdirs = "^4.3.6"
23
+ zeroconf = "^0.134.0"
24
24
 
25
25
  [tool.poetry.scripts]
26
26
  prim-ctrl = "prim_ctrl.__main__:run"
File without changes
File without changes