Next | Query returned 27 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-06-28 10:43:18 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-natsort: update to 8.4.0.

[8.4.0] - 2023-06-19
---

### Changed

- The changelog now only explictly exists in the repository
  (issue [#162](https://github.com/SethMMorton/natsort/issues/162))

### Fixed

- Inputs with spaces near adjascent to the extension are now sorted
  correctly for `os_sorted` on Windows (issues
  [#165](https://github.com/SethMMorton/natsort/issues/165) and
  [#166](https://github.com/SethMMorton/natsort/pull/166))
   2023-03-08 13:18:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-natsort: updated to 8.3.1

8.3.1
Fixed
- Broken test on FreeBSD due to a broken `locale.strxfrm`.
  **This change has no effect outside fixing tests**
   2023-02-28 07:16:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-natsort: updated to 8.3.0

8.3.0

Added
- The `PRESORT` option to the `ns` enum to attain consistent
  sort order in certain corner cases
- Logic to ensure `None` and NaN are sorted in a consistent order
- Explict Python 3.11 support

Changed
- Only convert to `str` if necessary in `os_sorted`
- Attempt to use new `fastnumbers` functionality if available
- Move non-API documentation to the GitHub wiki

Removed
- Support for EOL Python 3.6
   2022-09-02 09:37:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-natsort: updated to 8.2.0

8.2.0

Changed
- Auto-coerce `pathlib.Path` objects to `str` since it is the least astonishing
  behavior
- Reduce strictness of type hints to avoid over-constraining client code
   2022-04-26 19:55:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-natsort: updated to 8.1.0

8.1.0 - 2022-01-30

Changed

When using ns.PATH, only split off a maximum of two suffixes from a file name.

8.0.2 - 2021-12-14

Fixed

Bug where sorting paths fail if one of the paths is '.'

8.0.1 - 2021-12-10

Fixed

Compose unicode characters when using locale to ensure sorting is correct across \ 
all locales

8.0.0 - 2021-11-03

Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-02-01 10:35:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-natsort: updated to 7.1.1

7.1.1:
Changed
- Use GitHub Actions instead of Travis-CI
- No longer pin testing dependencies

Fixed
- Correct a minor typo

Next | Query returned 27 messages, browsing 1 to 10 | Previous