Commit graph

48 commits

Author SHA1 Message Date
79287c19ee Revert "packaging: Bring dependencies up to date"
This reverts commit a059ae8192.

Python3.12 is not in the stable distros yet.
2024-07-11 20:27:19 +10:00
6848eff415 Update version to v2024.07.11 2024-07-11 20:16:24 +10:00
a059ae8192 packaging: Bring dependencies up to date
- python 3.11 -> 3.12
2024-07-11 20:14:14 +10:00
d80648a3a7 Update version to v2024.03.10 2024-03-10 21:39:09 +10:00
8f2afe86d1 Update version to v2023.09.18 2023-09-18 02:17:20 +10:00
65a3f1a36e Update version to v2023.09.11 2023-09-11 00:32:22 +10:00
4001692b52 packaging: Bring dependencies up to date
- python 3.10 -> 3.11
2023-09-10 23:41:42 +10:00
22f6b4a431 Update version to v2022.12.06 2022-12-06 23:07:25 +10:00
54814ac0d3 Update version to v2022.10.19 2022-10-19 14:14:33 +10:00
1ac742c0bc Update version to v2022.08.31 2022-08-31 21:11:16 +10:00
d5ab419fc2 Update version to v2022.05.26 2022-05-26 14:39:31 +10:00
0abca96868 Update version to v2022.05.11 2022-05-11 11:14:22 +10:00
fe42fd36d4 Update version to v2022.04.30 2022-04-30 13:37:52 +10:00
65fd97cdef Update version to v2022.04.25 2022-04-25 16:27:31 +10:00
507e547aa4 Update version to v2022.04.23 2022-04-23 17:52:40 +10:00
e01e2351b2 Make installable on Ubuntu Jammy
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
8aa9c1ed9f Update version to v2022.04.18 2022-04-18 00:26:49 +10:00
51700abd3a Update version to v2022.03.15 2022-03-15 10:25:45 +10:00
34130e2506 Update version to v2022.03.12 2022-03-12 23:58:43 +10:00
607653271b Update version to v2022.02.25 2022-02-25 23:41:56 +10:00
6a9e800b3b Update version to v2022.02.23 2022-02-23 18:54:46 +10:00
ccdd657c10 Update version to v2022.02.13 2022-02-13 09:14:13 +10:00
a016a36f61 Update version to v2022.01.28 2022-01-28 19:41:13 +10:00
ec62376f27 Update version to v2022.01.27 2022-01-27 16:52:20 +10:00
d192674236 Update version to v2022.01.24 2022-01-24 23:08:29 +10:00
e13d470d82 Update version to v2022.01.22 2022-01-22 17:42:38 +10:00
b11f51ab75 Update version from v2022.01.18 to v2022.01.21. 2022-01-21 09:03:14 +10:00
4feefbfb2a Update version from v2022.01.13 to v2022.01.18. 2022-01-18 15:35:59 +10:00
d899423f6b Update version from v2022.01.08 to v2022.01.13. 2022-01-13 13:27:24 +10:00
f5fb1cc84a Update version from v2022.01.07 to v2022.01.08. 2022-01-08 10:00:06 +10:00
386a1dca1c Update version from v2022.01.05 to v2022.01.07. 2022-01-07 09:23:36 +10:00
81588e15d1 Update version from v2022.01.04 to v2022.01.05. 2022-01-05 23:52:20 +10:00
125101026c Update version from v2022.01.03 to v2022.01.04. 2022-01-04 08:34:53 +10:00
2dc9c0f71a Update version from v2021.12.24 to v2022.01.03. 2022-01-03 23:29:33 +10:00
03e6c45a38 Revert "Try a better form of local dependency."
This reverts commit e437f95377.
- Didn't help.
2021-12-30 23:33:37 +10:00
e437f95377 Try a better form of local dependency. 2021-12-30 23:28:29 +10:00
664a77909d Update version from v2021.12.22 to v2021.12.24. 2021-12-24 01:02:31 +10:00
292f58e309 Update version from 2021.12.22 to v2021.12.22. 2021-12-22 11:33:20 +10:00
851a40dd1a Update version from 2021.12.20 to 2021.12.22. 2021-12-22 11:15:45 +10:00
343f849e7b Return to monorepo style.
- The python projects are all versioned together by the git tag.
2021-12-21 21:39:38 +10:00
0416d4e29d Coding style.
- Fix line length.
2021-12-21 20:48:48 +10:00
4580f57119 Bring version up to date. 2021-12-20 15:24:30 +10:00
f9e7014701 Revert "Experimenting with dependency_links."
This reverts commit 7786c8b8b5.
- Dependency_links is not needed.
2021-12-20 15:21:14 +10:00
7786c8b8b5 Experimenting with dependency_links.
- Is dependency_links needed for recursive dependencies?
- Need to checkin to really see.
2021-12-20 15:14:55 +10:00
ca38a5e7c1 Make pip install work.
- Having trouble with recursive dependencies not being installed.
- Try using install_requires in setup.py instead of requirements.txt files.
- Putting back version numbers.
2021-12-20 15:03:25 +10:00
5da5f07e0a Storing less versions if possible.
- Trying to do without versions in setup.py and requirements.txt.
- The git tags define the versions.
- The seperate python packages aren't independant atm.
- Eris uses the latest versions of its dependencies, not pinned
  older ones.
2021-12-16 20:39:28 +10:00
38b0b9ead0 Add author email to setup.pys. 2021-11-07 00:01:49 +10:00
240e908634 Extracted fill3 into its own python project. 2021-11-04 22:40:15 +10:00