ghdl 0.4.5__tar.gz → 0.4.7__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: ghdl
3
- Version: 0.4.5
3
+ Version: 0.4.7
4
4
  Summary: Binary Manager for Github Releases
5
5
  License: AGPL-3.0-or-later
6
6
  Author: Imran Khan
@@ -13,9 +13,9 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Requires-Dist: docopt (>=0.6.2,<0.7.0)
16
- Requires-Dist: httpx (>=0.24.1,<0.25.0)
17
- Requires-Dist: hy (>=0.27.0,<0.28.0)
18
- Requires-Dist: hyrule (>=0.4.0,<0.5.0)
16
+ Requires-Dist: httpx (>=0.27.0,<0.28.0)
17
+ Requires-Dist: hy (>=0.29.0,<0.30.0)
18
+ Requires-Dist: hyrule (>=0.6.0,<0.7.0)
19
19
  Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
20
20
  Requires-Dist: python-magic (>=0.4.25,<0.5.0)
21
21
  Requires-Dist: xdg (>=4.0.1,<5.0.0)
@@ -1,3 +1,3 @@
1
- (setv __version__ "0.4.5")
1
+ (setv __version__ "0.4.7")
2
2
 
3
3
  (import ghdl.main [main set-dry set-single])
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ghdl"
3
- version = "0.4.5"
3
+ version = "0.4.7"
4
4
  description = "Binary Manager for Github Releases"
5
5
  authors = ["Imran Khan <imran@khan.ovh>"]
6
6
  license = "AGPL-3.0-or-later"
@@ -16,9 +16,9 @@ xdg = "^4.0.1"
16
16
  python-dateutil = "^2.8.1"
17
17
  docopt = "^0.6.2"
18
18
  python-magic = "^0.4.25"
19
- hyrule = "^0.4.0"
20
- hy = "^0.27.0"
21
- httpx = "^0.24.1"
19
+ hyrule = "^0.6.0"
20
+ hy = "^0.29.0"
21
+ httpx = "^0.27.0"
22
22
 
23
23
  [tool.poetry.dev-dependencies]
24
24
 
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
File without changes