diff options
Diffstat (limited to 'misc/py-lazrs/Makefile')
-rw-r--r-- | misc/py-lazrs/Makefile | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index acde5873915a..e6a1e84f78c3 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,6 +1,5 @@ PORTNAME= lazrs -DISTVERSION= 0.6.2 -PORTREVISION= 5 +DISTVERSION= 0.7.0 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,34 +19,34 @@ USE_GITHUB= yes GH_ACCOUNT= laz-rs GH_PROJECT= laz-rs-python -CARGO_CRATES= autocfg-1.4.0 \ +CARGO_CRATES= autocfg-1.5.0 \ byteorder-1.5.0 \ - cfg-if-1.0.0 \ - crossbeam-deque-0.8.5 \ + cfg-if-1.0.1 \ + crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ - crossbeam-utils-0.8.20 \ - either-1.13.0 \ + crossbeam-utils-0.8.21 \ + either-1.15.0 \ heck-0.5.0 \ - indoc-2.0.5 \ - laz-0.9.2 \ - libc-0.2.168 \ + indoc-2.0.6 \ + laz-0.10.0 \ + libc-0.2.174 \ memoffset-0.9.1 \ num-traits-0.2.19 \ - once_cell-1.20.2 \ - portable-atomic-1.10.0 \ - proc-macro2-1.0.92 \ + once_cell-1.21.3 \ + portable-atomic-1.11.1 \ + proc-macro2-1.0.95 \ pyo3-0.22.6 \ pyo3-build-config-0.22.6 \ pyo3-ffi-0.22.6 \ pyo3-macros-0.22.6 \ pyo3-macros-backend-0.22.6 \ - quote-1.0.37 \ + quote-1.0.40 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - syn-2.0.90 \ + syn-2.0.104 \ target-lexicon-0.12.16 \ - unicode-ident-1.0.14 \ - unindent-0.2.3 + unicode-ident-1.0.18 \ + unindent-0.2.4 CARGO_BUILD= no CARGO_INSTALL= no |