From 0229d42656c98bb1f19875d33add94d65cf7ee34 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 6 Nov 2024 10:28:59 -0500 Subject: [PATCH] obs-339: transfer repo to mozilla-services and obs-team --- .github/CODEOWNERS | 2 ++ .github/dependabot.yml | 4 +--- MANIFEST.in | 10 ---------- README.rst | 6 +++--- pyproject.toml | 13 ++++++------- 5 files changed, 12 insertions(+), 23 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 MANIFEST.in diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..92d5f5a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owner for everything in this repository +* @mozilla-services/obs-team diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 560911f..d70f195 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" - reviewers: - - "willkg" + interval: "weekly" rebase-strategy: "disabled" diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 47e47e1..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -include LICENSE -include README.rst -include HISTORY.rst -include CODE_OF_CONDUCT.md -include Makefile -include siggen/socorro_sha.txt - -recursive-include bin *.sh -recursive-include siggen *.rst -recursive-include siggen *.txt diff --git a/README.rst b/README.rst index 9e8be3f..bdf991a 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ socorro-siggen This is an extraction of the Socorro crash signature generation code. -:Code: https://github.com/willkg/socorro-siggen +:Code: https://github.com/mozilla-services/socorro-siggen :Documentation: Check the ``README.rst`` file :Changelog: Check the ``HISTORY.rst`` file -:Issue tracker: https://github.com/willkg/socorro-siggen/issues +:Issue tracker: https://github.com/mozilla-services/socorro-siggen/issues :License: MPLv2 :Status: Stable -:Community Participation Guidelines: ``_ +:Community Participation Guidelines: ``_ Installing diff --git a/pyproject.toml b/pyproject.toml index ecb22b4..af2cde8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ] -urls.Homepage = "https://github.com/willkg/socorro-siggen" -urls.Source = "https://github.com/willkg/socorro-siggen" -urls.Issues = "https://github.com/willkg/socorro-siggen" +urls.Homepage = "https://github.com/mozilla-services/socorro-siggen" +urls.Source = "https://github.com/mozilla-services/socorro-siggen" +urls.Issues = "https://github.com/mozilla-services/socorro-siggen/issues" [project.scripts] signify = "siggen.cmd_signify:main" @@ -38,7 +38,6 @@ cli = [ ] dev = [ "build", - "check-manifest", "pytest", "requests<3", "ruff", @@ -50,7 +49,7 @@ dev = [ [build-system] -requires = ["setuptools"] +requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" @@ -74,12 +73,12 @@ legacy_tox_ini = """ isolated_build = True envlist = py39 + py39-lint + py39-norequests py310 py311 py312 py313 - py39-lint - py39-norequests [gh-actions] python =