public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2024-05-19 16:04 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-05-19 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a4ebbd8e81ad3c7c4d68f21f279c330346dcdc48
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 18:34:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 18:35:13 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=a4ebbd8e

pyproject.toml: bump deps

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6cb3694..40698c7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
 	"flit_core >=3.8,<4",
-	"snakeoil ~=0.10.5",
+	"snakeoil ~=0.10.8",
 ]
 build-backend = "py_build"
 backend-path = ["."]
@@ -27,9 +27,9 @@ classifiers = [
 dynamic = ["version"]
 
 dependencies = [
-	"snakeoil~=0.10.5",
+	"snakeoil~=0.10.8",
 	"pkgcore~=0.12.23",
-	"pkgcheck~=0.10.25",
+	"pkgcheck~=0.10.30",
 ]
 
 [project.optional-dependencies]


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2024-09-06 12:04 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-09-06 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f9cd758598daa193376c0a326f07b7963e85a33d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 11:33:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 12:03:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=f9cd7585

new release 0.2.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 70e8399..ac4c715 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,19 @@
 Release Notes
 =============
 
+pkgdev 0.2.11 (2024-09-06)
+-------------------------
+
+- bash completion: improve path handling (Arthur Zamarin)
+
+- mask: update removal line to match GLEP-84 (Arthur Zamarin)
+
+- mask: support auto filing of last-rite bug & PMASKED bugs (Arthur Zamarin, #187)
+
+- mask: support comma separated bugs for ``-b`` and ``--bug`` (Arthur Zamarin)
+
+- tatt: fix template generating extra empty file (Arthur Zamarin)
+
 pkgdev 0.2.10 (2024-03-12)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2024-03-12 20:09 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-03-12 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e069b77efbebf617961a3b17690c3fd366b32ca9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 20:03:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 20:03:44 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=e069b77e

new release 0.2.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 0278817..70e8399 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,21 @@
 Release Notes
 =============
 
+pkgdev 0.2.10 (2024-03-12)
+-------------------------
+
+**Fixed bugs:**
+
+- bugs: don't crash when package isn't found in git history (Arthur Zamarin)
+
+- tatt: fix ``required_use`` for packages from bug's package list (Arthur
+  Zamarin)
+
+- tatt: test run should be after the use combinations (Arthur Zamarin, #174)
+
+- bash-completion: fix missing args for "bugs" and mistake for "mask" (Arthur
+  Zamarin)
+
 pkgdev 0.2.9 (2024-02-08)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2024-02-10 14:21 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-02-10 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ae605307f40b98d90bbd46e614c94dfeb1b7b14e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 16:17:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 14:03:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=ae605307

new release 0.2.9

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 8859e7f..0278817 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,50 @@
 Release Notes
 =============
 
+pkgdev 0.2.9 (2024-02-08)
+-------------------------
+
+- ci: add testing on Python 3.12 and Python 3.13 (Sam James, #126)
+
+**New Features:**
+
+- tatt: pass specific test configuration for the specific package, while not
+  affecting the dependencies (Arthur Zamarin, #165)
+
+- tatt: add support for custom ``env`` files (Arthur Zamarin, #165)
+
+- bugs: print bug summary where existing bug is found (Arthur Zamarin, #163)
+
+- bugs: mention age of packages in the bug description (Arthur Zamarin, #140)
+
+- bugs: support ``~/.bugzrc`` for api-key extraction (Arthur Zamarin, #162)
+
+- bugs: add ``--find-by-maintainer`` option, for finding all packages
+  maintained by a given maintainer (Arthur Zamarin, #157, #168)
+
+- bugs: add support for filtering targets by ``StableRequest`` results from
+  ``pkgcheck scan`` (Arthur Zamarin, #157, #168)
+
+- bugs: allow extending maintainer search by project membership (Arthur Zamarin,
+  #157, #168)
+
+- bugs: support editing the resulting graph before filing bugs (Arthur Zamarin,
+  #169)
+
+- bugs: indicate why dependencies are being added to the graph (Arthur Zamarin,
+  #170)
+
+**Fixed bugs:**
+
+- bugs: prefer using user selected targets over latest dependency (Arthur
+  Zamarin, #161)
+
+- bugs: merge stable groups as first step (Arthur Zamarin)
+
+- bugs: handle merging of top level nodes (Arthur Zamarin, #125, #167)
+
+- docs: Add ``intersphinx_mapping`` (Brian Harring, #171)
+
 pkgdev 0.2.8 (2023-09-09)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2024-01-26 20:22 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-01-26 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b3ad3d04df27bb3f4708c6c1c766bce186347878
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 20:21:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 20:21:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=b3ad3d04

git-blame-ignore-revs: ignore black 24 format

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .git-blame-ignore-revs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index 41131cc..5c11527 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -1,2 +1,4 @@
 # Reformat the repository with black-23
 895f5ec3c2a760b8b8b129191e948efc1ebeb575
+# Reformat the repository with black-24
+97df81b07a9dd8ae9b1b90b260f3c1533ef02ea7


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-12-30 10:45 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-30 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8e06b8f1a48ab69fd34145ffcea5ea2b2f8e7532
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 10:25:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 10:36:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=8e06b8f1

coverage: skip pkgdev bugs for now

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .coveragerc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.coveragerc b/.coveragerc
index 92b97a6..631f886 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -19,3 +19,5 @@ exclude_lines =
 
 	# ignore unexecutable code
 	if __name__ == .__main__.:
+omit =
+	**/pkgdev/scripts/pkgdev_bugs.py


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-09-09  6:06 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-09-09  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4ba1dda7fdb88e26bf8c364361a2a5910a6ffba6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 05:50:25 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 06:04:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=4ba1dda7

new release 0.2.8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 9d9cafa..8859e7f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,37 @@
 Release Notes
 =============
 
+pkgdev 0.2.8 (2023-09-09)
+-------------------------
+
+**New Features:**
+
+- pkgdev bugs: add support for passing a root blocker bug, upon which all top
+  level bugs will block (Arthur Zamarin, #139)
+
+- pkgdev bugs: fallback to ``~/.bugz_token`` for api-key  (Arthur Zamarin, #138)
+
+- pkgdev bugs: improve ``--api-key`` description and include appropriate
+  warning (Florian Schmaus, #159)
+
+- pkgdev bugs: add support for stabilization groups (Arthur Zamarin, #154)
+
+- pkgdev commit: add support for enabling or disabling gpg signing (Arthur
+  Zamarin, #147)
+
+- pkgdev push: ``--ask`` stops for confirmation on warnings too (Arthur Zamarin,
+  #152)
+
+**Fixed bugs:**
+
+- pkgdev bugs: truncate too long bug summaries (Arthur Zamarin, #141)
+
+- pkgdev bugs: show correct number of bugs which would be opened (Arthur
+  Zamarin, #142)
+
+- pkgdev bugs: do not swallow exceptions when reading ``~/.bugz_token``
+  (Florian Schmaus, #158)
+
 pkgdev 0.2.7 (2023-04-22)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-04-22 17:49 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-04-22 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8b7138df86e30f22e3263490a50672ff80faaae8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:48:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:48:31 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=8b7138df

new release 0.2.7

There was an issue with 0.2.6 on PyPI, and I don't want a .post
version, so let's just bump

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.rst b/NEWS.rst
index e61c249..9d9cafa 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,7 +2,7 @@
 Release Notes
 =============
 
-pkgdev 0.2.6 (2023-04-22)
+pkgdev 0.2.7 (2023-04-22)
 -------------------------
 
 **New Features:**


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-04-22 17:37 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-04-22 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6f9eabbdda27ff6727e8b787605c23c620cb0c43
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:13:57 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:13:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=6f9eabbd

new release 0.2.6

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 9638ee6..e61c249 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,31 @@
 Release Notes
 =============
 
+pkgdev 0.2.6 (2023-04-22)
+-------------------------
+
+**New Features:**
+
+- pkgdev bugs: query for existing open bugs (Arthur Zamarin)
+
+- pkgdev bugs: support piping package list from stdin (Arthur Zamarin, #136)
+
+- git: declare ``PKGDEV=1`` environment variable for git commands (Arthur
+  Zamarin, #133)
+
+**Fixed bugs:**
+
+- pkgdev bugs: handle correctly merge on new keywords of starting point (Arthur
+  Zamarin)
+
+- pkgdev bugs: fix spelling of agent noun for 'file' (Arsen Arsenović, #135)
+
+- pkgdev bugs: better error message when package not found (Arthur Zamarin,
+  #134)
+
+- pkgdev bugs: fix restriction passing to ``find_best_match`` (Arthur Zamarin,
+  #131)
+
 pkgdev 0.2.5 (2023-03-11)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-03-11 17:33 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-03-11 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     69139957a89f472b9d4f08d53df66eb55bf53156
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 16:13:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 16:13:30 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=69139957

new release 0.2.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 8523806..9638ee6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,28 @@
 Release Notes
 =============
 
+pkgdev 0.2.5 (2023-03-11)
+-------------------------
+
+**New Features:**
+
+- pkgdev tatt: new tool for package testing (Arthur Zamarin, #109)
+
+- pkgdev bugs: new tool for filing stable bugs (Arthur Zamarin, #113)
+
+  This tool is currently *very experimental* and breakage should be expected.
+  Use very carefully and monitor created bugs!
+
+- commit: use same summary when matching across multiple ebuilds (Arthur
+  Zamarin, #116)
+
+**Fixed bugs:**
+
+- commit: enable ``-e`` usage with ``-M`` or ``-m`` (Arthur Zamarin)
+
+- commit: generate commit title for commit related files only (Arthur Zamarin,
+  #122)
+
 pkgdev 0.2.4 (2022-11-26)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2023-03-04 14:55 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-03-04 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     eea50d52222cddaa0e0d17952ae603b7da0514b2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 14:54:11 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 14:54:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=eea50d52

Suppress the black reformat commit from git blame

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .git-blame-ignore-revs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..41131cc
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,2 @@
+# Reformat the repository with black-23
+895f5ec3c2a760b8b8b129191e948efc1ebeb575


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2022-11-27 17:07 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-11-27 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d1de2b2b61cf296b47a788ae0978169f8744de9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 15:27:42 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 15:27:42 2022 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=d1de2b2b

new release 0.2.4

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index a4834b7..8523806 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,25 @@
 Release Notes
 =============
 
+pkgdev 0.2.4 (2022-11-26)
+-------------------------
+
+- commit: don't show disable for python targets that are disabled (Arthur
+  Zamarin)
+
+- commit: mention ``-e`` as nice option (Arthur Zamarin)
+  https://bugs.gentoo.org/846785
+
+- Use flit with custom wrapper as build backend (Arthur Zamarin, #104)
+
+- showkw: use color 90 instead of 30 (Arthur Zamarin)
+
+- cli: add support to disable colors using environment variable ``NOCOLOR``
+  (Arthur Zamarin)
+
+- push: add ``--pull`` option to auto pull and rebase latest changes from
+  remote before scanning and pushing (Arthur Zamarin, #105)
+
 pkgdev 0.2.3 (2022-10-14)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/pkgcore/pkgdev:main commit in: /
@ 2022-10-14 19:58 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2022-10-14 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     06a694ba1795bea9ad85b855c00e234167c7915d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 19:39:42 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 19:53:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=06a694ba

new release 0.2.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 NEWS.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 8c8e602..a4834b7 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,15 @@
 Release Notes
 =============
 
+pkgdev 0.2.3 (2022-10-14)
+-------------------------
+
+- mask: fix unrelated addition of trailing whitespace (Arthur Zamarin, #98)
+
+- commit: add ``--distdir`` for manifest operations (Arthur Zamarin, #99)
+
+- manifest: better handling of path target (Arthur Zamarin, #85)
+
 pkgdev 0.2.2 (2022-09-20)
 -------------------------
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-09-06 12:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-19 16:04 [gentoo-commits] proj/pkgcore/pkgdev:main commit in: / Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 12:04 Arthur Zamarin
2024-03-12 20:09 Arthur Zamarin
2024-02-10 14:21 Arthur Zamarin
2024-01-26 20:22 Arthur Zamarin
2023-12-30 10:45 Arthur Zamarin
2023-09-09  6:06 Arthur Zamarin
2023-04-22 17:49 Arthur Zamarin
2023-04-22 17:37 Arthur Zamarin
2023-03-11 17:33 Arthur Zamarin
2023-03-04 14:55 Arthur Zamarin
2022-11-27 17:07 Arthur Zamarin
2022-10-14 19:58 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox