Commit graph

5357 commits

Author SHA1 Message Date
David Hewitt e55e1721a5
Merge pull request #3222 from krpatter-intc/getitem_example
simple getitem example
2023-06-16 06:58:49 +00:00
Adam Reichold 64e9f2073b
Merge pull request #3245 from davidhewitt/example-editions
examples: bump edition to 2021
2023-06-16 05:34:44 +00:00
Patterson, Kevin R 4fab62545a simple getitem example 2023-06-15 16:39:25 -05:00
David Hewitt c384dcfc78 examples: bump edition to 2021 2023-06-15 22:25:48 +01:00
David Hewitt 527f3c286b
Merge pull request #3239 from alex/syn-2
Upgrade to syn 2
2023-06-14 16:49:25 +00:00
Alex Gaynor afbb1d435c
Upgrade to syn 2 2023-06-14 07:03:33 -04:00
Adam Reichold a0c85bb649
Merge pull request #3240 from davidhewitt/maturin-versions
bump maturin version in example files
2023-06-14 08:24:31 +00:00
David Hewitt 5fd5dcba44 bump maturin version in example files 2023-06-14 08:45:32 +01:00
Adam Reichold 4bfa5be616
Merge pull request #3238 from davidhewitt/version-bumps
add changelog for #3237
2023-06-14 06:08:22 +00:00
Adam Reichold ba0c7e15b3
Merge pull request #3156 from adriangb/frozenset-ops
Add `PyFrozenSetBuilder`
2023-06-14 06:06:32 +00:00
David Hewitt 0b4187a672
Merge pull request #3232 from davidhewitt/remove-0-18-deprecations
remove all functionality deprecated in PyO3 0.18
2023-06-13 21:49:45 +00:00
David Hewitt 80c66ecc95 add changelog for #3237 2023-06-13 22:41:24 +01:00
David Hewitt 4f3fcdbf0f remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
Adrian Garcia Badaracco a28641af68
Add PyFrozenSetBuilder 2023-06-13 15:59:35 -05:00
Adam Reichold ede32cb886
Merge pull request #3237 from PyO3/dependabot/cargo/indoc-2.0.1
Update indoc requirement from 1.0.3 to 2.0.1
2023-06-13 17:50:02 +00:00
Adam Reichold 842ab99504
Merge pull request #3234 from PyO3/dependabot/cargo/bindgen-0.65.1
Update bindgen requirement from 0.63.0 to 0.65.1
2023-06-13 17:49:57 +00:00
dependabot[bot] da0f40332a
Update indoc requirement from 1.0.3 to 2.0.1
Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...2.0.1)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 07:40:16 +00:00
dependabot[bot] 6818e737ef
Update bindgen requirement from 0.63.0 to 0.65.1
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.63.0...v0.65.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 07:39:44 +00:00
David Hewitt 2909d5f2d7
Merge pull request #3228 from davidhewitt/fix-dependabot
rename examples package to fix dependabot
2023-06-13 06:29:07 +00:00
Adam Reichold 6a4f520c38
Merge pull request #3227 from davidhewitt/py37-allow-fail
ci: allow failure on 3.7 and pypy nightly
2023-06-13 05:01:22 +00:00
David Hewitt c01738d3fc rename examples package to fix dependabot 2023-06-12 21:18:12 +01:00
David Hewitt c434263241 ci: allow failure on 3.7 and pypy nightly 2023-06-12 20:30:03 +01:00
Adam Reichold a053489c8b
Merge pull request #2709 from davidhewitt/py3.12
ci: add Python 3.12-dev jobs
2023-06-12 08:59:35 +00:00
Adam Reichold b110466c57
Merge pull request #3221 from davidhewitt/msrv-tidy-ups
docs: remove unneeded cfg, fixup internal banner
2023-06-12 06:33:48 +00:00
David Hewitt 199261f436
Merge pull request #3197 from mhils/ipaddr
Add `IpAddr` <-> `ipaddress.IPv(4/6)Address` conversion
2023-06-12 04:00:43 +00:00
David Hewitt ef7c02ccdb
Merge pull request #3225 from davidhewitt/pool-can-be-dirty
ci: pool can be dirty from other threads
2023-06-12 03:17:21 +00:00
David Hewitt 671ed933e2 ci: allow failures in 3.12 builds for now 2023-06-11 21:57:17 +01:00
David Hewitt 621898b07d ci: add Python 3.12-dev jobs 2023-06-11 21:57:17 +01:00
David Hewitt 7fd59455b1 ci: pool can be dirty from other threads 2023-06-11 21:52:23 +01:00
David Hewitt 56a43bc078
Merge pull request #3224 from davidhewitt/msrv-log
ci: pin log for msrv
2023-06-11 20:05:25 +00:00
David Hewitt 5348ff2426 ci: pin log for msrv 2023-06-11 20:26:19 +01:00
Adam Reichold bb6d1711cb
Merge pull request #3220 from davidhewitt/remove-bors
ci: remove bors configuration
2023-06-09 07:03:31 +00:00
David Hewitt 05af0b2f42 fixup styles for internal doc banner 2023-06-08 22:04:48 +01:00
David Hewitt 46942b9a14 docs: remove workarounds for #[doc = concat!(...)] following msrv bump 2023-06-08 21:04:49 +01:00
David Hewitt 618d99966f ci: remove bors configuration 2023-06-08 20:56:40 +01:00
Adam Reichold d3bd82c6f2
Merge pull request #3219 from davidhewitt/pypy-310-ffi
ci: fail ffi-check on pypy failures
2023-06-08 12:26:11 +00:00
Maximilian Hils 980f05a88e Add IpAddr <-> ipaddress.IPv(4/6)Address conversion 2023-06-08 13:17:45 +02:00
David Hewitt 72d1805109 fix pypy 3.10 ffi definitions 2023-06-08 07:51:10 +01:00
David Hewitt 24ea1de27b ci: fail ffi-check on pypy failures 2023-06-08 07:18:08 +01:00
messense 93f7694e95
Merge pull request #3217 from davidhewitt/build-full
ci: enable full builds with a label
2023-06-08 05:16:31 +00:00
David Hewitt b9c42b9c93 ci: enable full builds with a label 2023-06-07 22:22:32 +01:00
David Hewitt e29b19757e
Merge pull request #3216 from davidhewitt/media-20230607
readme: add media June 2023
2023-06-07 20:43:38 +00:00
David Hewitt 14c4dc8855 readme: add media June 2023 2023-06-07 21:05:13 +01:00
Adam Reichold 1b92a6fec0
Merge pull request #3215 from PyO3/bump-edition
Bump Rust edition to 2021 and make current Clippy happy.
2023-06-07 19:41:02 +00:00
Adam Reichold 0d30bb7d3d Bump Rust edition to 2021 and make current Clippy happy. 2023-06-07 21:15:38 +02:00
David Hewitt c1a0b8836d
Merge pull request #3214 from davidhewitt/pypy-3-10-ci
ci: add pypy3.10-nightly
2023-06-07 08:06:46 +00:00
David Hewitt a1f0d91a67 ci: add pypy3.10-nightly 2023-06-07 08:40:47 +01:00
David Hewitt 7a5ea8cf69
Merge pull request #3212 from davidhewitt/merge-queue-fixup
fix usage for paths-filter in merge_group
2023-06-06 20:06:56 +00:00
David Hewitt 05b97dd964 fix usage for paths-filter in merge_group 2023-06-06 08:22:20 +01:00
David Hewitt 342e4ca678
Merge pull request #3206 from davidhewitt/gh-merge-queue
add github merge queue support
2023-06-06 06:32:05 +00:00