Skip to content

Commit 46c328a

Browse files

12 files changed

+19
-19
lines changed

.packit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synced_files:
44
- fedora/changelog
55
# https://packit.dev/docs/configuration/#top-level-keys
66
downstream_package_name: python-ogr
7-
upstream_project_url: https://github.com/packit-service/ogr
7+
upstream_project_url: https://github.com/packit/ogr
88
# we are setting this so we can use packit from ogr's dist-git
99
# packit can't know what's the upstream name when running from distgit
1010
upstream_package_name: ogr

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
hooks:
3434
- id: mypy
3535
args: [--no-strict-optional, --ignore-missing-imports]
36-
- repo: https://github.com/packit-service/pre-commit-hooks
36+
- repo: https://github.com/packit/pre-commit-hooks
3737
rev: master
3838
hooks:
3939
- id: check-rebase
4040
args:
4141
- git://github.com/packit-service/ogr.git
42-
- repo: https://github.com/packit-service/requre
42+
- repo: https://github.com/packit/requre
4343
rev: master
4444
hooks:
4545
- id: requre-purge

COMPATIBILITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compatibility table for services
22

33
Methods/properties not listed in here are implemented for all services.
4-
In case you find any error, please [create a new issue](https://github.com/packit-service/ogr/issues/new).
4+
In case you find any error, please [create a new issue](https://github.com/packit/ogr/issues/new).
55

66
## Comments
77

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ By contributing to this project you agree to the Developer Certificate of Origin
99

1010
## Reporting Bugs
1111

12-
Before creating bug reports, please check a [list of known issues](https://github.com/packit-service/ogr/issues) to see
12+
Before creating bug reports, please check a [list of known issues](https://github.com/packit/ogr/issues) to see
1313
if the problem has already been reported (or fixed in a master branch).
1414

15-
If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/packit-service/ogr/issues/new).
15+
If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/packit/ogr/issues/new).
1616
Be sure to include a **descriptive title and a clear description**. Ideally, please provide:
1717

1818
- version of ogr you are using (`rpm -q python3-ogr` or `pip3 freeze | grep ogr`)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ dnf install python3-ogr
7070
```
7171

7272
You can also use our [`packit-releases` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-releases/)
73-
(contains also released versions of [OGR](https://github.com/packit-service/ogr)):
73+
(contains also released versions of [OGR](https://github.com/packit/ogr)):
7474

7575
```
7676
$ dnf copr enable packit/packit-releases
@@ -86,7 +86,7 @@ $ pip3 install --user ogr
8686
You can also install OGR from `master` branch, if you are brave enough:
8787

8888
You can use our [`packit-master` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-master/)
89-
(contains `master` version of [ogr](https://github.com/packit-service/ogr)):
89+
(contains `master` version of [ogr](https://github.com/packit/ogr)):
9090

9191
```
9292
$ dnf copr enable packit/packit-master
@@ -96,7 +96,7 @@ $ dnf install python3-ogr
9696
Or
9797

9898
```
99-
$ pip3 install --user git+https://github.com/packit-service/ogr.git
99+
$ pip3 install --user git+https://github.com/packit/ogr.git
100100
```
101101

102102
## Requirements
@@ -120,4 +120,4 @@ For more info about contributing to our project see [our contribution guide](/CO
120120

121121
# Deprecation policy
122122

123-
For more info about deprecation policy see [Deprecation policy](https://github.com/packit-service/research/tree/master/deprecation)
123+
For more info about deprecation policy see [Deprecation policy](https://github.com/packit/research/tree/master/deprecation)

fedora/python-ogr.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release: 1%{?dist}
66
Summary: One API for multiple git forges
77

88
License: MIT
9-
URL: https://github.com/packit-service/ogr
9+
URL: https://github.com/packit/ogr
1010
Source0: %{pypi_source}
1111
BuildArch: noarch
1212

files/tasks/rpm-test-deps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
- name: Install requre from git master
1717
pip:
1818
name:
19-
- git+https://github.com/packit-service/requre.git
19+
- git+https://github.com/packit/requre.git
2020
state: latest
2121
become: true

ogr/factory.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_project(
7474
"""
7575
Return the project for the given url.
7676
77-
:param url: str (url of the project, e.g. "https://github.com/packit-service/ogr")
77+
:param url: str (url of the project, e.g. "https://github.com/packit/ogr")
7878
:param service_mapping_update: custom mapping from service url (str) to service class
7979
:param custom_instances: list of instances that will be used when creating a project instance
8080
:param kwargs: arguments forwarded to __init__ of the matching service
@@ -114,7 +114,7 @@ def get_service_class_or_none(
114114
"""
115115
Get the matching service class from the url.
116116
117-
:param url: str (url of the project, e.g. "https://github.com/packit-service/ogr")
117+
:param url: str (url of the project, e.g. "https://github.com/packit/ogr")
118118
:param service_mapping_update: custom mapping from service url (str) to service class
119119
:return: Matched class (subclass of GitService) or None
120120
"""
@@ -136,7 +136,7 @@ def get_service_class(
136136
"""
137137
Get the matching service class from the url.
138138
139-
:param url: str (url of the project, e.g. "https://github.com/packit-service/ogr")
139+
:param url: str (url of the project, e.g. "https://github.com/packit/ogr")
140140
:param service_mapping_update: custom mapping from service url (str) to service class
141141
:return: Matched class (subclass of GitService)
142142
"""

ogr/services/gitlab/flag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ def created(self) -> datetime.datetime:
117117
@property
118118
def edited(self) -> datetime.datetime:
119119
# Gitlab edited not implemented
120-
# https://github.com/packit-service/ogr/issues/344
120+
# https://github.com/packit/ogr/issues/344
121121
raise NotImplementedError()

ogr/services/pagure/project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def is_private(self) -> bool:
329329
return False
330330
raise NotImplementedError(
331331
f"is_private is not implemented for {self.service.instance_url}."
332-
f"Please open issue in https://github.com/packit-service/ogr"
332+
f"Please open issue in https://github.com/packit/ogr"
333333
)
334334

335335
def is_forked(self) -> bool:

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = ogr
66
description = One API for multiple git forges.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/packit-service/ogr
9+
url = https://github.com/packit/ogr
1010
author = Red Hat
1111
author_email = [email protected]
1212
license = MIT

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps =
88
flexmock
99
pytest
1010
pytest-cov
11-
git+https://github.com/packit-service/requre
11+
git+https://github.com/packit/requre
1212
commands =
1313
pytest --color=yes --verbose --showlocals --cov=ogr --cov-report=term-missing
1414
passenv =

0 commit comments

Comments
 (0)