Commit graph

2419 commits

Author SHA1 Message Date
Phillip Cloud
8420c5b4e2
Merge pull request #1325 from l0b0/feat/sort-override-build-systems-more-strictly
feat: Sort override build systems more strictly
2023-10-05 13:27:45 +00:00
Albert Peschar
2ec5fa6d5a Add pkg-config dependency for mysqlclient 2023-10-02 15:58:43 +00:00
renovate[bot]
8f00747a88
chore(deps): update all dependencies 2023-10-02 02:00:47 +00:00
Victor Engmark
d5ea9cde13
feat: Put all string values before objects
String entries apply to _all_ versions, so it makes sense for them to be
first in the build systems lists.
2023-09-26 14:15:14 +13:00
Victor Engmark
ae35a2e48c
feat: Sort build systems alphabetically within objects
After sorting by the `from` and `until` versions.

Helps with #1320.
2023-09-26 13:40:33 +13:00
Victor Engmark
bc44c1d753
feat: Sort entries with both from and until between other entries
Doesn't change build-systems.json, because this is already the case.

Helps with #1320.
2023-09-26 13:35:38 +13:00
Victor Engmark
33f3ad5d79
docs: Document build systems sorting filter 2023-09-26 13:17:45 +13:00
Victor Engmark
5597b84d5e
refactor: Pull jq filter into a file and format it
Makes the filter much easier to read, now that it's getting more complex.
2023-09-26 13:17:25 +13:00
Victor Engmark
63e3465982
feat: Sort entries with an until field above entries with a from field
Improves consistency. Most entries are already sorted this way.

Improves readability, since entries are now sorted in increasing
chronological order.

Helps with #1320.
2023-09-26 13:16:48 +13:00
Victor Engmark
e40f2180c0
feat: Print unified diff between sorted and unsorted JSON
Easier to read, and can be piped directly into `patch -p0`.
2023-09-26 12:52:16 +13:00
Victor Engmark
b5f796541d
feat: Sort string overrides alphabetically
Improves consistency and readability.

Helps with #1320.
2023-09-26 12:51:51 +13:00
Phillip Cloud
093383b3d7
Merge pull request #1322 from Kiskae/patch-1
Add cryptography==41.0.4 hash
2023-09-22 12:37:02 +00:00
Phillip Cloud
3274fd90ad
Merge pull request #1319 from purcell/more-build-system-overrides
Additional build-systems entries
2023-09-22 12:30:10 +00:00
Kiskae
979876225d
Add cryptography==41.0.4 hash 2023-09-22 14:08:06 +02:00
Steve Purcell
499f61b162 Additional build-systems entries 2023-09-22 14:05:10 +02:00
Phillip Cloud
4c494a611c
Merge pull request #1317 from fmnxl/master
update rpds-py hash v0.10.3
2023-09-22 11:51:32 +00:00
Phillip Cloud
af11139315
Merge pull request #1307 from l0b0/fix/cdk-nag
fix: cdk-nag
2023-09-22 11:51:08 +00:00
Phillip Cloud
d36e82104d
Merge pull request #1312 from moonshxne/httpcore-hatch
`httpcore`: `setuptools` -> `hatchling` in 0.18.0+
2023-09-22 11:50:10 +00:00
Phillip Cloud
100a3613ac
Merge pull request #1318 from apeschar/procrastinate-build-system
Add poetry-core build system for procrastinate
2023-09-22 11:49:39 +00:00
Albert Peschar
36d56bbdce Add poetry-core build system for procrastinate 2023-09-22 09:07:37 +00:00
moonshxne
ef3fdf7ad9 Order until build system entry before from 2023-09-22 00:04:36 +08:00
Freeman
3090b26057 update rpds-py tested versions 2023-09-21 18:50:06 +07:00
Freeman
15d1859432 update rpds-py hash v0.10.3 2023-09-20 14:41:51 +07:00
Phillip Cloud
406a978367
Merge pull request #1313 from cpcloud/sqlglot-build-system
chore: add setuptools-scm to `sqlglot` build system
2023-09-17 08:54:12 +00:00
Phillip Cloud
8071cb8212
chore: add setuptools-scm to sqlglot build system 2023-09-17 04:46:57 -04:00
moonshxne
ebf410ef41 httpcore: setuptools -> hatchling in 0.18.0+
Note that manually overriding the `buildInputs` actually results in:

```sh
last 10 log lines:
       > Executing pythonRemoveTestsDir
       > Finished executing pythonRemoveTestsDir
       > pythonCatchConflictsPhase
       > /nix/store/q2zpnf017gccs9w9mb0ikdqhkf0k5v82-catch_conflicts.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
       >   import pkg_resources
       > Found duplicated packages in closure for dependency 'hatchling':
       >   hatchling 1.18.0 (/nix/store/zjkajhjjz7wis9yvm3gwvphifx3hiav2-python3.10-hatchling-1.18.0/lib/python3.10/site-packages)
       >   hatchling 1.18.0 (/nix/store/2jy9c8hbk8v0rk45zv8680srs1jky977-python3.10-hatchling-1.18.0/lib/python3.10/site-packages)
       >
       > Package duplicates found in closure, see above. Usually this happens if two packages depend on different version of the same dependency.
```
2023-09-15 22:00:04 +08:00
Victor Engmark
952b7e3531 fix: Add cdk-nag setuptools dependency 2023-09-13 15:49:11 +12:00
Victor Engmark
1ca97ba47e fix: Add aws-cdk-asset-node-proxy-agent-v6 setuptools dependency 2023-09-13 13:35:46 +12:00
Phillip Cloud
c3d3c4a039
Merge pull request #1303 from cpcloud/bump-poetry-version
chore: bump poetry version
2023-09-08 09:37:41 +00:00
Phillip Cloud
28995cdf05
Merge pull request #1305 from cpcloud/pins
chore: add `pins` to build-systems
2023-09-06 11:07:22 +00:00
Phillip Cloud
0397f88bac
chore: add pins to build-systems 2023-09-06 06:24:29 -04:00
Phillip Cloud
514de849e1
test: relock sqlalchemy test 2023-09-05 13:33:04 -04:00
Phillip Cloud
e0d5e2ef8d
test: add sqlalchemy2 test 2023-09-05 13:33:03 -04:00
Phillip Cloud
4e02899c4b
chore: try bumping poetry version 2023-09-05 13:33:02 -04:00
Phillip Cloud
04cad0685d
Merge pull request #1302 from KiruyaMomochi/rpds-py-2-12
rpds-py: 0.10.2
2023-09-05 12:16:17 +00:00
百地 希留耶
fa66ecac2c rpds-py: 0.10.2 2023-09-05 13:41:09 +08:00
adisbladis
f6b24e8a11
Merge pull request #1279 from KiruyaMomochi/argon2-cache-note
overrides: add build system for cachecontrol and notebook
2023-09-02 12:54:12 +00:00
adisbladis
d047ecbba8
Merge pull request #1293 from Pegasust/docs-prefer-wheels
docs: add what-to-do for cargo/rust-related problems
2023-09-02 12:52:32 +00:00
adisbladis
df98c932ab
Merge pull request #1289 from fmnxl/master
Update watchfiles hash for 0.20.0
2023-09-02 12:50:32 +00:00
adisbladis
9efb8b299f
Merge pull request #1292 from Pegasust/cli-flake
chore!: make cli package/app compatible with flake
2023-09-02 12:50:12 +00:00
adisbladis
fa6927c323
Merge pull request #1294 from takeda/patch-1
rpds-py: 0.10.0
2023-09-02 12:46:00 +00:00
adisbladis
ac65024164
Merge pull request #1296 from apeschar/flask-flit
flask: setuptools -> flit-core for 2.3.3+
2023-09-02 12:45:36 +00:00
adisbladis
81cab9f19c
Merge pull request #1297 from Mewp/master
Add mpremote to overrides/build-systems.json
2023-09-02 12:45:18 +00:00
adisbladis
a0eba48ffb
Merge pull request #1299 from takeda/patch-2
pydatinc-settings -> hatchling
2023-09-02 12:42:14 +00:00
Derek Kulinski
c1cce168a5
pydatinc-settings -> hatchling
pydantic v2 spun up BaseSettings into a separate package called pydantic-settings.

Also removing pydantic-dydb and minimal-dydb as they are no longer on PyPI.
2023-08-31 21:43:11 -07:00
Mewp
9ef426dc48 Add mpremote to overrides/build-systems.json 2023-08-30 15:08:00 +02:00
Albert Peschar
66bc57c11e flask: setuptools -> flit-core for 2.3.3+ 2023-08-30 08:38:26 +00:00
Derek Kulinski
5c160a7c76
rpds-py: 0.10.0 2023-08-29 15:41:44 -07:00
Pegasust
f472aaf28e docs: add what-to-do for cargo/rust-related problems 2023-08-29 13:38:30 -07:00
pegasust
fa2d7a3d09 chore!: make cli package/app compatible with flake 2023-08-29 12:40:33 -07:00