ladok3 4.16__tar.gz → 4.17__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.

Potentially problematic release.


This version of ladok3 might be problematic. Click here for more details.

Files changed (33) hide show
  1. {ladok3-4.16 → ladok3-4.17}/PKG-INFO +2 -2
  2. {ladok3-4.16 → ladok3-4.17}/pyproject.toml +2 -2
  3. {ladok3-4.16 → ladok3-4.17}/LICENSE +0 -0
  4. {ladok3-4.16 → ladok3-4.17}/README.md +0 -0
  5. {ladok3-4.16 → ladok3-4.17}/doc/Makefile +0 -0
  6. {ladok3-4.16 → ladok3-4.17}/doc/abstract.tex +0 -0
  7. {ladok3-4.16 → ladok3-4.17}/doc/ladok3.tex +0 -0
  8. {ladok3-4.16 → ladok3-4.17}/doc/preamble.tex +0 -0
  9. {ladok3-4.16 → ladok3-4.17}/makefiles/doc.mk +0 -0
  10. {ladok3-4.16 → ladok3-4.17}/makefiles/exam.mk +0 -0
  11. {ladok3-4.16 → ladok3-4.17}/makefiles/haskell.mk +0 -0
  12. {ladok3-4.16 → ladok3-4.17}/makefiles/miun.course.mk +0 -0
  13. {ladok3-4.16 → ladok3-4.17}/makefiles/miun.depend.mk +0 -0
  14. {ladok3-4.16 → ladok3-4.17}/makefiles/miun.docs.mk +0 -0
  15. {ladok3-4.16 → ladok3-4.17}/makefiles/miun.port.mk +0 -0
  16. {ladok3-4.16 → ladok3-4.17}/makefiles/miun.pub.mk +0 -0
  17. {ladok3-4.16 → ladok3-4.17}/makefiles/noweb.mk +0 -0
  18. {ladok3-4.16 → ladok3-4.17}/makefiles/pkg.mk +0 -0
  19. {ladok3-4.16 → ladok3-4.17}/makefiles/portability.mk +0 -0
  20. {ladok3-4.16 → ladok3-4.17}/makefiles/pub.mk +0 -0
  21. {ladok3-4.16 → ladok3-4.17}/makefiles/results.mk +0 -0
  22. {ladok3-4.16 → ladok3-4.17}/makefiles/subdir.mk +0 -0
  23. {ladok3-4.16 → ladok3-4.17}/makefiles/tex.mk +0 -0
  24. {ladok3-4.16 → ladok3-4.17}/makefiles/transform.mk +0 -0
  25. {ladok3-4.16 → ladok3-4.17}/src/ladok3/.gitignore +0 -0
  26. {ladok3-4.16 → ladok3-4.17}/src/ladok3/Makefile +0 -0
  27. {ladok3-4.16 → ladok3-4.17}/src/ladok3/api.nw +0 -0
  28. {ladok3-4.16 → ladok3-4.17}/src/ladok3/cli.nw +0 -0
  29. {ladok3-4.16 → ladok3-4.17}/src/ladok3/data.nw +0 -0
  30. {ladok3-4.16 → ladok3-4.17}/src/ladok3/ladok3.nw +0 -0
  31. {ladok3-4.16 → ladok3-4.17}/src/ladok3/report.nw +0 -0
  32. {ladok3-4.16 → ladok3-4.17}/src/ladok3/student.nw +0 -0
  33. {ladok3-4.16 → ladok3-4.17}/src/ladok3/undoc.nw +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ladok3
3
- Version: 4.16
3
+ Version: 4.17
4
4
  Summary: Python wrapper and CLI for the LADOK3 REST API.
5
5
  Home-page: https://github.com/dbosk/ladok3
6
6
  License: MIT
@@ -28,7 +28,7 @@ Requires-Dist: cryptography (>=41.0.3,<42.0.0)
28
28
  Requires-Dist: keyring (>=24.2.0,<25.0.0)
29
29
  Requires-Dist: requests (>=2.31.0,<3.0.0)
30
30
  Requires-Dist: urllib3 (>=1.26.9,<2.0.0)
31
- Requires-Dist: weblogin (>=1.10,<2.0)
31
+ Requires-Dist: weblogin (>=1.11,<2.0)
32
32
  Project-URL: Bug Tracker, https://github.com/dbosk/ladok3/issues
33
33
  Project-URL: Repository, https://github.com/dbosk/ladok3
34
34
  Project-URL: Releases, https://github.com/dbosk/ladok3/releases
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ladok3"
3
- version = "4.16"
3
+ version = "4.17"
4
4
  description = "Python wrapper and CLI for the LADOK3 REST API."
5
5
  authors = [
6
6
  "Daniel Bosk <dbosk@kth.se>",
@@ -56,7 +56,7 @@ cryptography = "^41.0.3"
56
56
  keyring = "^24.2.0"
57
57
  requests = "^2.31.0"
58
58
  urllib3 = "^1.26.9"
59
- weblogin = "^1.10"
59
+ weblogin = "^1.11"
60
60
 
61
61
  [tool.poetry.dev-dependencies]
62
62
  pytest = "^7.1.3"
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
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
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
File without changes