Skip to content

Commit 1166c86

Browse files
authored
refactor: s/stacrs/rustac/ (#86)
1 parent 902ef88 commit 1166c86

34 files changed

+444
-369
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
duckdb-slug: linux-amd64
3535
- runner: macos-latest
3636
duckdb-slug: osx-universal
37-
# https://github.com/stac-utils/stacrs/issues/1
37+
# https://github.com/stac-utils/rustac-py/issues/1
3838
# - windows-latest
3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- sdist
106106
environment:
107107
name: pypi
108-
url: https://pypi.org/p/stacrs
108+
url: https://pypi.org/p/rustac
109109
permissions:
110110
id-token: write
111111
contents: write

CHANGELOG.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,96 +10,96 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Added
1212

13-
- Construct `stac_api::Search` (moved from `stac_api` crate) ([#81](https://github.com/stac-utils/stacrs/pull/81))
13+
- Construct `stac_api::Search` (moved from `stac_api` crate) ([#81](https://github.com/stac-utils/rustac-py/pull/81))
1414

1515
### Fixed
1616

17-
- Swallow broken pipe errors ([#73](https://github.com/stac-utils/stacrs/pull/73))
18-
- Clean up docs ([#78](https://github.com/stac-utils/stacrs/pull/78))
17+
- Swallow broken pipe errors ([#73](https://github.com/stac-utils/rustac-py/pull/73))
18+
- Clean up docs ([#78](https://github.com/stac-utils/rustac-py/pull/78))
1919

2020
### Removed
2121

22-
- `migrate_href` ([#78](https://github.com/stac-utils/stacrs/pull/78))
22+
- `migrate_href` ([#78](https://github.com/stac-utils/rustac-py/pull/78))
2323

2424
## [0.5.9] - 2025-03-03
2525

2626
### Added
2727

28-
- `walk` and `set_self_link` for `read` ([#69](https://github.com/stac-utils/stacrs/pull/69))
28+
- `walk` and `set_self_link` for `read` ([#69](https://github.com/stac-utils/rustac-py/pull/69))
2929

3030
## [0.5.8] - 2025-02-27
3131

3232
### Fixed
3333

34-
- Patch DuckDB ([#64](https://github.com/stac-utils/stacrs/pull/64))
34+
- Patch DuckDB ([#64](https://github.com/stac-utils/rustac-py/pull/64))
3535

3636
## [0.5.7] - 2025-02-26
3737

3838
### Changed
3939

40-
- Don't include libduckdb, but rather build bundled to save size ([#61](https://github.com/stac-utils/stacrs/pull/61))
40+
- Don't include libduckdb, but rather build bundled to save size ([#61](https://github.com/stac-utils/rustac-py/pull/61))
4141

4242
## [0.5.6] - 2025-02-26
4343

4444
### Added
4545

46-
- Search to an arrow table ([#54](https://github.com/stac-utils/stacrs/pull/54))
47-
- Create a item collection from an arrow table ([#57](https://github.com/stac-utils/stacrs/pull/57))
46+
- Search to an arrow table ([#54](https://github.com/stac-utils/rustac-py/pull/54))
47+
- Create a item collection from an arrow table ([#57](https://github.com/stac-utils/rustac-py/pull/57))
4848

4949
### Changed
5050

51-
- Include **libduckdb** in wheels ([#52](https://github.com/stac-utils/stacrs/pull/52))
51+
- Include **libduckdb** in wheels ([#52](https://github.com/stac-utils/rustac-py/pull/52))
5252

5353
## [0.5.5] - 2025-02-20
5454

5555
### Fixed
5656

57-
- Removed tracing subscriber to fix CLI ([#49](https://github.com/stac-utils/stacrs/pull/49))
57+
- Removed tracing subscriber to fix CLI ([#49](https://github.com/stac-utils/rustac-py/pull/49))
5858

5959
## [0.5.4] - 2025-02-19
6060

6161
### Added
6262

63-
- CLI ([#46](https://github.com/stac-utils/stacrs/pull/46))
64-
- Config args to DuckDB client ([#42](https://github.com/stac-utils/stacrs/pull/42))
63+
- CLI ([#46](https://github.com/stac-utils/rustac-py/pull/46))
64+
- Config args to DuckDB client ([#42](https://github.com/stac-utils/rustac-py/pull/42))
6565

6666
## [0.5.3] - 2025-02-07
6767

6868
### Changed
6969

70-
- Use only abi3 wheels ([#36](https://github.com/gadomski/stacrs/pull/36))
70+
- Use only abi3 wheels ([#36](https://github.com/gadomski/rustac-py/pull/36))
7171

7272
> [!WARNING]
7373
> All versions older than v0.5.3 were deleted from PyPI, but some tags still exist on this repo.
74-
> See <https://github.com/gadomski/stacrs/discussions/37> for more.
74+
> See <https://github.com/gadomski/rustac-py/discussions/37> for more.
7575
7676
## [0.5.2] - 2025-02-07
7777

7878
### Changed
7979

80-
- Bundle by default ([#32](https://github.com/gadomski/stacrs/pull/32))
80+
- Bundle by default ([#32](https://github.com/gadomski/rustac-py/pull/32))
8181

8282
## [0.5.1] - 2025-02-07
8383

8484
### Added
8585

86-
- More wheels ([#28](https://github.com/gadomski/stacrs/pull/28))
86+
- More wheels ([#28](https://github.com/gadomski/rustac-py/pull/28))
8787

8888
## [0.5.0] - 2025-02-06
8989

9090
### Changed
9191

92-
- `search` and `search_to` are now async ([#24](https://github.com/gadomski/stacrs/pull/24))
92+
- `search` and `search_to` are now async ([#24](https://github.com/gadomski/rustac-py/pull/24))
9393

9494
## [0.4.0] - 2025-01-13
9595

9696
### Added
9797

98-
- DuckDB client ([#15](https://github.com/gadomski/stacrs/pull/15))
98+
- DuckDB client ([#15](https://github.com/gadomski/rustac-py/pull/15))
9999

100100
### Changed
101101

102-
- `read` and `write` are now async ([#18](https://github.com/gadomski/stacrs/pull/18))
102+
- `read` and `write` are now async ([#18](https://github.com/gadomski/rustac-py/pull/18))
103103

104104
## [0.3.0] - 2024-11-21
105105

@@ -109,7 +109,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
109109

110110
### Changed
111111

112-
- Moved out of the <https://github.com/stac-utils/stac-rs> into <https://github.com/gadomski/stacrs>
112+
- Moved out of the <https://github.com/stac-utils/stac-rs> into <https://github.com/gadomski/rustac-py>
113113

114114
## [0.2.2] - 2024-10-22
115115

@@ -182,20 +182,20 @@ Non-functional release to fix releasing from Github actions.
182182

183183
Initial release.
184184

185-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.6.0-beta.0...main
186-
[0.6.0-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.9...v0.6.0-beta.0
187-
[0.5.9]: https://github.com/gadomski/stacrs/compare/v0.5.8...v0.5.9
188-
[0.5.8]: https://github.com/gadomski/stacrs/compare/v0.5.7...v0.5.8
189-
[0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7
190-
[0.5.6]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6
191-
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5
192-
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4
193-
[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3
194-
[0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2
195-
[0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1
196-
[0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0
197-
[0.4.0]: https://github.com/gadomski/stacrs/compare/v0.3.0...v0.4.0
198-
[0.3.0]: https://github.com/gadomski/stacrs/releases/tag/v0.3.0
185+
[Unreleased]: https://github.com/gadomski/rustac-py/compare/v0.6.0-beta.0...main
186+
[0.6.0-beta.0]: https://github.com/gadomski/rustac-py/compare/v0.5.9...v0.6.0-beta.0
187+
[0.5.9]: https://github.com/gadomski/rustac-py/compare/v0.5.8...v0.5.9
188+
[0.5.8]: https://github.com/gadomski/rustac-py/compare/v0.5.7...v0.5.8
189+
[0.5.7]: https://github.com/gadomski/rustac-py/compare/v0.5.6...v0.5.7
190+
[0.5.6]: https://github.com/gadomski/rustac-py/compare/v0.5.5...v0.5.6
191+
[0.5.5]: https://github.com/gadomski/rustac-py/compare/v0.5.4...v0.5.5
192+
[0.5.4]: https://github.com/gadomski/rustac-py/compare/v0.5.3...v0.5.4
193+
[0.5.3]: https://github.com/gadomski/rustac-py/compare/v0.5.2...v0.5.3
194+
[0.5.2]: https://github.com/gadomski/rustac-py/compare/v0.5.1...v0.5.2
195+
[0.5.1]: https://github.com/gadomski/rustac-py/compare/v0.5.0...v0.5.1
196+
[0.5.0]: https://github.com/gadomski/rustac-py/compare/v0.4.0...v0.5.0
197+
[0.4.0]: https://github.com/gadomski/rustac-py/compare/v0.3.0...v0.4.0
198+
[0.3.0]: https://github.com/gadomski/rustac-py/releases/tag/v0.3.0
199199
[0.2.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.1...python-v0.2.2
200200
[0.2.1]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.0...python-v0.2.1
201201
[0.2.0]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.3...python-v0.2.0

0 commit comments

Comments
 (0)