Skip to content

Commit

Permalink
Adjust pointers to Pagure to new URLs
Browse files Browse the repository at this point in the history
Fixes: #1

Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Oct 6, 2023
1 parent 974ee7c commit aceb52f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python Package for Automatic Generation of RPM Release Fields and Changelogs
.. note::

Documentation is available at
https://docs.pagure.org/fedora-infra.rpmautospec/index.html
https://fedora-infra.github.io/rpmautospec-docs/

This project hosts the ``rpmautospec`` python package and script, which has these functions:

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning
* `-b <baserelease>`: Allows specifying a custom base release number (i.e. other than 1).

For compatiblity with "traditional versioning", `%autorelease` accepts `-p`, `-e <extraver>` and `-s <snapinfo>`.
See [Traditional Versioning](https://docs.pagure.org/fedora-infra.rpmautospec/autorelease.html/#_traditional_versioning)
See [Traditional Versioning](https://fedora-infra.github.io/rpmautospec-docs/autorelease.html#traditional-versioning-with-part-of-the-upstream-version-information-in-the-release-field)
for details.

NB: In the prototype version the macro was named `%autorel`. To make its purpose more obvious, it is
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
maintainers = ["Fedora Infrastructure <admin@fedoraproject.org>"]
license = "MIT"
readme = "README.rst"
repository = "https://pagure.io/fedora-infra/rpmautospec"
repository = "https://github.com/fedora-infra/rpmautospec"
packages = [
{ include = "rpmautospec/**/*.py" },
]
Expand Down
4 changes: 2 additions & 2 deletions python-rpmautospec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Release: %autorelease
Summary: Package and CLI tool to generate release fields and changelogs

License: MIT
URL: https://pagure.io/fedora-infra/rpmautospec
Source0: https://releases.pagure.org/fedora-infra/rpmautospec/rpmautospec-%{version}.tar.gz
URL: https://github.com/fedora-infra/rpmautospec
Source0: https://github.com/fedora-infra/rpmautospec/releases/download/%{version}/rpmautospec-%{version}.tar.gz

BuildArch: noarch
BuildRequires: argparse-manpage
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"extends": [
"group:allNonMajor",
"schedule:daily"
Expand Down

0 comments on commit aceb52f

Please sign in to comment.