Skip to content

Commit

Permalink
Merge pull request #201 from damonlynch/update-release-hosting
Browse files Browse the repository at this point in the history
0.9.37a1 release
  • Loading branch information
damonlynch authored Apr 25, 2024
2 parents be79393 + 067771f commit 4ae1e18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Changelog for Rapid Photo Downloader
====================================

0.9.37 (2024-03-xx)
-------------------
0.9.37a1 (2024-04-25)
---------------------

- Convert project configuration and build to use
[Hatch](https://github.com/pypa/hatch),
which has resulted in changes to the build process. Linux distribution
packagers should consult the release notes for details.
packagers should consult the [release notes](RELEASE_NOTES.md) for details.

- Fix bug [#154](https://github.com/damonlynch/rapid-photo-downloader/issues/154):
System-mounted Windows drives not detected as mounted under WSL.
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Recommended, optional dependencies:
- [Hatch](https://github.com/pypa/hatch)
- [Hatch-gettext](https://github.com/damonlynch/hatch-gettext)
- [Hatch-argparse-manpage](https://github.com/damonlynch/hatch-argparse-manpage)
- `intltool`

## Building Rapid Photo Downloader

Expand All @@ -64,6 +65,5 @@ Run:
hatch build -t sdist
```

To run the program requires further configuration of the build. Running the
build creates desktop integration files in the `share` folder (localization
files do not need to be installed system-wide).
Running the build creates desktop integration files in the `share` folder
(localization files do not need to be installed system-wide).
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@ Historic issues are at the previous code repository,

## Releases

All project releases are hosted on the
Project releases have been historically hosted on the
[project's Launchpad repository](https://launchpad.net/rapid/+download).

Future releases are to be hosted on the project's
[GitHub repository](https://github.com/damonlynch/rapid-photo-downloader/releases).


## Support

Expand Down
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Release Notes for Rapid Photo Downloader 0.9.37
should *not* be copied to `/usr/share/locale`. Any
`rapid-photo-downloader.mo` files in `/usr/share/locale` should be
deleted.
- the manpage is output into man/rapid-photo-downloader.1
- The manpage is generated at build time, and is output into
`man/rapid-photo-downloader.1`.

- To generate localization files and the manpage, two new Hatch plugins
are used, which are new build-time dependencies (these plugins can be
Expand All @@ -25,8 +26,6 @@ Release Notes for Rapid Photo Downloader 0.9.37
- All source code now uses [SPDX](https://spdx.org/) identifiers for
copyright and licensing.

- Rapid Photo Downloader 0.9.35 requires Python 3.10 or newer.

- The Python package used to generate thumbnails from HEIF / HEIC
images, [pyheif](https://github.com/carsales/pyheif), requires updating
to work with recent versions of
Expand Down

0 comments on commit 4ae1e18

Please sign in to comment.