Madeline Paech
ed439772a8
release branch for 25.12 release
2025-12-04 10:44:56 +10:30
Rusty Russell
e02f76bdd8
CHANGELOG: update for 25.12rc3
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2025-11-29 10:32:47 +10:30
Madeline Paech
c59d9beab3
second release candidate for 25.12
2025-11-28 10:48:43 +10:30
Madeline Paech
5166fd55bb
release candidate PR for 25.12 with Shahana's Makefile update
...
Changelog-None
2025-11-24 02:50:41 +00:00
Madeline Paech
f16b198cdc
change log for 25.12rc1
2025-11-21 14:32:47 +10:30
ShahanaFarooqui
d723337af3
meta: Update version 25.09.3 and CHANGELOG
...
Changelog-None.
2025-11-10 15:08:08 +10:30
Madeline Vibes
766db61370
Meta: Adding changelog and version update for 25.09.1
2025-10-21 08:17:35 +05:30
Alex Myers
8a0e473ec8
bump minimum python to 3.9.2 and downgrade coincurve
...
This allows compatibility with python 3.14.0 which coincurve 21.0.0 did
not support. The next coincurve release should restore compatibility.
Fixes : #8591
Changelog-changed: pyln-testing requires python>=3.9.2
2025-10-10 15:54:37 +10:30
Lakshya Singh
d05a8ee70b
chore: remove __init__.py for package extension
...
for python 3.3+ we don’t need an __init__.py at namespace package to
allow extensions instead we can just get rid of them
2025-10-10 15:47:39 +10:30
Christian Decker
7a7a48c34d
chore: Update python dependencies
...
I got a bit annoyed by all the "your protobuf gencode is too old"
warnings in downstream packages, so I spent a bit of time updating any
stale dependency and now we're back allowing packages up to the latest
release. That should maximize the compatibility, and allow downstream
packages to chose their own versions, as long as they are
compatible (semantic versioning).
2025-10-01 11:41:06 +09:30
Madeline Paech
d7d0e3222b
update the versions for 25.09
2025-09-01 13:13:38 +09:30
madelinevibes
81838fabf9
updates for rc4: name changes and uv
2025-08-28 15:59:52 +09:30
madelinevibes
c25f0fafff
small changes of any reference to rc2 to rc3
2025-08-27 15:29:16 +09:30
madelinevibes
fcd92febad
change version 25.09rc2 for release
...
replace rc1
2025-08-21 16:12:27 +09:30
Sangbida Chaudhuri
da7d3057ed
Run version script for rc1.
...
Run version script
2025-08-19 16:46:29 +09:30
Lakshya Singh
0ca833fe41
fix: coincurve build issue
...
hatchling build requires license file but the build that coincurve
21.0.0 uses doesn’t account for that in `build_hatch.py` this was added
to prevent need of `cffi` as a runtime dependency but we can probably
live without it until it gets fixed.
change MR: https://github.com/ofek/coincurve/pull/176
reported issue: https://github.com/ofek/coincurve/issues/187
2025-08-11 11:06:22 +09:30
Lakshya Singh
a0fe0174dc
chore: update docs for uv
...
update commands and usage for uv
2025-08-11 11:06:22 +09:30
Lakshya Singh
89eaf5b517
feat: replace poetry with uv in Makefiles
...
Extract package versions from pyproject.toml directly
instead of using poetry commands. Use `uv run` to execute flake8,
pytest and other Python tools consistently.
Add new make commands for uv builds
2025-08-11 11:06:22 +09:30
Lakshya Singh
6088a0e49a
feat: add __init__.py in packages
...
allows for namespace sharing in a virtual environment otherwise gets overriden by pyln-proto-grpc's pyln folder
2025-08-11 11:06:22 +09:30
Lakshya Singh
c56464ca08
refactor: pyproject.toml poetry to uv + hatch
...
make use of standard keys for project and dependeny specification
- provide sources to run uv build so that it can refer local packages
- using hatchling for build as is stock build option
- use optional-dependencies.dev for dev-dependencies
- add hatch targets for packages and includes where unclear
Changelog-Update: use uv with hatchling instead of poetry
2025-08-11 11:06:22 +09:30
Alex Myers
2b8b709bfd
meta: update changelog for v25.05
...
Changelog-None
2025-06-16 13:10:33 -05:00
daywalker90
40d319b7be
python: raise minimum supported python version to 3.9
...
Changelog-None
2025-06-12 13:51:18 +02:00
Alex Myers
8d6ae149ff
release: update version for 25.05rc1
...
Changelog-None
2025-05-19 14:12:55 -05:00
Alex Myers
a4e0091565
poetry: update all pyproject.toml files for poetry 2.0.1
...
and run poetry lock
Changelog-None
2025-05-02 13:39:33 -07:00
Alex Myers
427c4c5ce0
meta: update changelog for 25.02
...
Changelog-None
2025-03-04 20:58:46 -06:00
Alex Myers
3f81dc0221
meta: update CHANGELOG for 25.02rc3
...
Changelog-None
2025-02-27 15:14:41 -06:00
Alex Myers
6368aa953f
meta: update changelog for v25.02rc2
...
Changelog-None
2025-02-26 15:49:21 -06:00
Alex Myers
e96af42947
meta: update changelog for 25.02
...
Changelog-None
2025-02-24 16:06:41 -06:00
Rusty Russell
cb1bd82c86
Final changes for v24.11
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2024-12-09 14:54:50 +10:30
Rusty Russell
cc07f9afc6
v24.11rc4: hopefully the final Release Candidate
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2024-12-06 15:35:11 +10:30
Rusty Russell
034d3c9628
Build: update to version 24.11rc1
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2024-11-27 06:27:50 +10:30
ShahanaFarooqui
4f0f84661e
release: Update the changelog for point release v24.08.2
...
Changelog-None.
2024-10-18 09:06:17 -07:00
ShahanaFarooqui
5ec5580a58
meta: update changelog for v24.08
...
Changelog-None
2024-08-28 21:49:21 -07:00
ShahanaFarooqui
c9552e4228
meta: Update changelog for 24.08rc3
...
Release candidate 3 for v24.08
2024-08-26 11:53:42 -07:00
ShahanaFarooqui
52f9678deb
meta: Update changelog for 24.08rc2
...
Release candidate 2 for v24.08
2024-08-15 21:20:35 -07:00
ShahanaFarooqui
fb3579c1a4
meta: Update changelog for 24.08rc1
...
Release candidate 1 for v24.08
2024-08-13 08:32:23 -07:00
Pavol Rusnak
5c494488e7
pyln-proto: update cryptography to v42
...
Changelog-None
2024-07-31 16:34:55 +02:00
daywalker90
c251686c6c
pyln-proto: update coincurve to v20
...
Changelog-None
2024-06-28 10:46:14 +09:30
Alex Myers
36367ca0d9
meta: update changelog for v24.05
...
Changelog-None
2024-06-04 20:23:24 -05:00
Alex Myers
f109bc27e1
meta: update changelog for 24.05rc2
2024-05-29 20:16:44 -05:00
Alex Myers
c9f7b78473
meta: update python versions to 24.05
...
Changelog-None
2024-05-23 18:09:03 -05:00
Christian Decker
5e42f4681b
release: Bump pyln package versions
2024-02-28 14:38:10 +01:00
saisuraj27
a35006e701
Fixed raising TypeError instead of ValueError when there is an invalid type.
2024-02-08 12:37:34 +01:00
Peter Neuroth
02ca226f88
CHANGELOG.md: Update for 23.11rc1
...
Update changelog, pyln versions, clnrest version and poetry.lock.
Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com >
2023-11-03 14:49:12 +01:00
Vincenzo Palazzo
dd7393e6bb
proto: update the bitstring dep
...
This is an alternative version to [1] that
update only the necessary information around our codebase
to upgrade the bitstring package.
This upgrade is necessary for the user of our package that
will find conflics in their codebase about packages version.
[1] https://github.com/ElementsProject/lightning/pull/6585
Co-Developed-by: @dni
Chanegelog-None
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com >
2023-10-24 11:49:32 +10:30
Rusty Russell
0c20cc70ab
pyln-client, pyln-proto, pyln-testing: update to new versions.
...
I actually did this manually to send 23.08 to Pypi a few days ago, as it's
required for clnrest.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2023-08-03 09:05:59 +09:30
Shahana Farooqui
c0bb7f0721
lightningd: updating python v3.7 to v3.8
2023-07-20 11:44:46 +09:30
Dustin Dettmer
aba4d18ed1
signed types: add handlers for signed types
...
We're adding signed types to the spec! This adds the support mechanisms
for them.
2023-07-13 19:34:47 +09:30
Rusty Russell
e993818ffe
pyln-proto: make point release.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2023-07-10 18:22:43 +02:00
Vincenzo Palazzo
fdb676491f
pyln-proto: expose the tlv types
...
Exposing the tlv types to allow public access to it.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com >
2023-06-23 13:32:25 +09:30