Bug#1072053: ITP: golang-github-go-task-template -- Fork of Golang's text/template package with custom features for go-task (library)

2024-05-27 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-go-task-template
  Version : 0.0~git20240422.8f6b279-1
  Upstream Author : Task
* URL : https://github.com/go-task/template
* License : TODO
  Programming Lang: Go
  Description : Fork of Golang's text/template package with custom features 
for go-task (library)

 This version of Golang's text/template package has been modified to add new
 features, designed to work as a replacement for the original.
 .
 It was created specifically for the go-task project to meet their needs,
 and these features are not planned to be added to the original package unless
 found broadly useful in the future.
 .
 One key feature is the ResolveRef, that lets developers provide data to a
 template.Execute function to then retrieve specific values using go-template
 syntax.
 .
 This overcomes a limitation in the original package's public API, which could
 only return string representations of template values. ResolveRef is available
 both as a package function and a method on the Template type.



Bug#1072042: ITP: golang-github-dominikbraun-graph -- A library for creating generic graph data structures and modifying, analyzing, and visualizing them

2024-05-27 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-dominikbraun-graph
  Version : 0.23.0-1
  Upstream Author : Dominik Braun
* URL : https://github.com/dominikbraun/graph
* License : Apache-2.0
  Programming Lang: Go
  Description : A library for creating generic graph data structures and 
modifying, analyzing, and visualizing them

 This library offers a set of tools for handling graph data structures, users
 can easily create graphs and manipulate them, like adding or removing nodes
 and edges.
 .
 Additionally, it provides functions for analyzing graphs, such as checking for
 cycles or finding the shortest path between nodes.
 .
 It also includes features for visualizing graphs, allowing to see the
 structure and relationships within the graph in a clear and understandable
 way.



Bug#1068669: ITP: golang-github-mitchellh-hashstructure -- Get hash values for arbitrary values in Go (golang).

2024-04-08 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-mitchellh-hashstructure-v2
  Version : 2.0.2-1
  Upstream Author : Mitchell Hashimoto
* URL : https://github.com/mitchellh/hashstructure
* License : Expat
  Programming Lang: Go
  Description : generate hash values for arbitrary values in Golang

 Hashstructure is a Go library for creating a unique hash value for
 arbitrary values in Go.



Bug#1067390: ITP: golang-github-radovskyb-watcher -- watch for files or directory changes without using filesystem events

2024-03-21 Thread Arthur Diniz
Thanks for reporting the conflict.

I will rename the source to golang-github-radovskyb-watcher and the
binary to golang-watcher, also adding python3-watcherclient set as a
Conflicts flag in the control file.



Bug#1067390: retitle 1067390 ITP: golang-github-radovskyb-watcher -- watch for files or directory changes without using filesystem events

2024-03-21 Thread Arthur Diniz
retitle 1067390 ITP: golang-github-radovskyb-watcher -- watch for
files or directory changes without using filesystem events



Bug#1067390: ITP: watcher -- watch for files or directory changes without using filesystem events

2024-03-20 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: watcher
  Version : 1.0.7-1
  Upstream Author : Benjamin Radovsky
* URL : https://github.com/radovskyb/watcher
* License : BSD-3-clause
  Programming Lang: Go
  Description : watch for files or directory changes without using 
filesystem events

 watcher is a Go package for watching for files or directory changes
 (recursively or non recursively) without using filesystem events, which allows
 it to work cross platform consistently.
 .
 It watches for changes and notifies over channels either anytime an event or
 an error has occurred. Events contain the os.FileInfo of the file or directory
 that the event is based on and the type of event and file or directory path.
 .
 The features include customizable polling interval, event filtering, recursive
 or non-recursive folder watching, ability to ignore hidden files, specified
 files and folders, notification of os.FileInfo details, notification of full
 file paths or old and new paths in case of Rename or Move events, limitation
 on the number of events per watching cycle, listing watched files, and
 triggering custom events.



Bug#1064861: Merge Request and upload

2024-03-18 Thread Arthur Diniz
Raised a merge request in Salsa with that patch.

https://salsa.debian.org/kubernetes-team/packages/kubectx/-/merge_requests/2

Ulises are you moving forward with the upload or I can handle it from here?


Thanks!



Bug#1064481: ITP: golang-github-liggitt-tabwriter -- Drop in replacement for https://golang.org/pkg/text/tabwriter with additional features

2024-02-22 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-liggitt-tabwriter
  Version : 0.0~git20181228.89fcab3-1
  Upstream Author : Jordan Liggitt
* URL : https://github.com/liggitt/tabwriter
* License : BSD-3-clause
  Programming Lang: Go
  Description : Drop in replacement for the golang text/tabwriter with some 
additional features

 This library is a drop-in replacement for the golang text/tabwriter
 .
 The following additional features are supported:
 - The RememberWidths flag allows remembering maximum widths seen per column
   even after Flush() is called.
 - RememberedWidths() []int and SetRememberedWidths([]int) *Writer allow
   obtaining and transferring remembered column width between writers.



Bug#1064242: ITP: golang-github-monochromegane-go-gitignore -- A fast gitignore matching library for Go.

2024-02-18 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-monochromegane-go-gitignore
  Version : 0.0~git20200626.205db1a-1
  Upstream Author : monochromegane
* URL : https://github.com/monochromegane/go-gitignore
* License : Expat
  Programming Lang: Go
  Description : Fast gitignore matching library for Go.

 This library use simple tree index for matching, so keep fast if
 gitignore file has many pattern.

 Features
  * Support absolute path (/path/to/ignore)
  * Support relative path (path/to/ignore)
  * Support accept pattern (!path/to/accept)
  * Support directory pattern (path/to/directory/)
  * Support glob pattern (path/to/\*.txt)



Bug#1064153: ITP: golang-k8s-metrics -- Kubernetes metrics-related API types and clients

2024-02-17 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-k8s-metrics
  Version : 0.29.0-1
  Upstream Author : Kubernetes
* URL : https://github.com/kubernetes/metrics
* License : Apache-2.0
  Programming Lang: Go
  Description : Kubernetes metrics-related API types and clients

 This package contains API type definitions and client code for the
 Kubernetes metrics APIs that Kubernetes makes use of.



Bug#1053000: ITP: golang-github-google-gnostic-models -- Protobuf models and libraries for gnostic-supported API formats

2023-12-18 Thread Arthur Diniz
Hey Nicolas,

Feel free to hijack the ITP if that will unblock you.

ATM I have no time to review the current state of the package you have
created.

I would just recommend saving the package under the Debian Go Team.
https://salsa.debian.org/go-team

Kind regards,
Arthur Diniz

On Mon, 18 Dec 2023 at 11:06, Nicolas Schier  wrote:

> Hi Arthur,
>
> are you still working on packaging golang-github-google-gnostic-models?
>
> For packaging the newer versions of glab, we need several new golang
> packages
> and one of them is golang-github-google-gnostic-models.  For my local
> tests, I
> failed using the default 'dh-make-golang' but had to compose a manually
> adjusted debian/ folder.  Might you want to review or test my current
> state?
> https://salsa.debian.org/nsc/golang-github-google-gnostic-models
>
> If you are out of time (or whatever else): may I hijack your ITP?
>
> Kind regards,
> Nicolas
>


Bug#1054095: ITP: golang-github-google-safetext -- Secure, syntax-aware libraries ensuring safer data formatting.

2023-10-16 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-google-safetext
  Version : 0.0~git20230106.7156a76-1
  Upstream Author : Google
* URL : https://github.com/google/safetext
* License : Apache-2.0
  Programming Lang: Go
  Description : Secure, syntax-aware libraries ensuring safer data 
formatting.

 Libraries for producing formats such as YAML, mitigating injection
 vulnerabilities prevalent in syntax-unaware libraries like text/template
 and sprintf.



Bug#1053695: ITP: httpie-aws-authv4 -- AWS Signature v4 Signing Process authentication plugin for HTTPie

2023-10-08 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: httpie-aws-authv4
  Version : 0.3.0-1
  Upstream Author : Aidan Rowe 
* URL : https://github.com/aidan-/httpie-aws-authv4
* License : MIT/Expat
  Programming Lang: Python
  Description : AWS Signature v4 Signing Process authentication plugin for 
HTTPie

 This is an HTTPie Python plugin for developers and system administrators
 engaged with Amazon Web Services (AWS).
 .
 Its primary function is to simplify the authentication process and facilitate
 requests to AWS services, all using the AWS Signature Version 4 authentication
 protocol.



Bug#1041792: Upload

2023-10-05 Thread Arthur Diniz

Dear maintainer,

Upload done with a delay of 7 days.

Kind Regards,
Arthur Diniz

diff -Nru httpie-3.2.1/debian/changelog httpie-3.2.1/debian/changelog
--- httpie-3.2.1/debian/changelog   2022-07-19 11:06:14.0 +0100
+++ httpie-3.2.1/debian/changelog   2023-10-05 19:09:08.0 +0100
@@ -1,6 +1,28 @@
+httpie (3.2.1-2) unstable; urgency=high
+
+  * d/control:
+- Add Bartosz Fenski as principal uploader.
+- Add Arthur Diniz as secondary uploader.
+- Change maintainer to Debian Python Team.
+- Bump Standards-Version to 4.6.2.
+- Declare Vcs-* fields under python salsa group.
+- Declare Rules-Requires-Root to no.
+- Replace debhelper with debhelper-compat.
+- Removed trailing whitespaces.
+  * d/copyright:
+- Add Arthur Diniz.
+- Update format URL.
+  * d/changelog: Removed trailing whitespaces.
+  * d/compat: Removed.
+  * d/patches: Patch to disable update checks. (Closes: #1041792)
+  * d/upstream/metadata: Created.
+  * d/gbp.conf: Created.
+
+ -- Arthur Diniz   Thu, 05 Oct 2023 19:09:08 +0100
+
 httpie (3.2.1-1) unstable; urgency=medium
 
-  * New upstream version (Closes: #1006651) 
+  * New upstream version (Closes: #1006651)
 - fixes two exposure of sensitive information vulnerabilities:
   CVE-2022-0430 (Closes: #1014765)
   CVE-2022-24737 (Closes: #1008011)
@@ -115,7 +137,7 @@
 httpie (0.3.1-1) unstable; urgency=low
 
   * The Akamai Technologies paid volunteer days release.
-  * Includes manual page (Closes: #673067) 
+  * Includes manual page (Closes: #673067)
 Courtesy of Khalid El Fathi . Thanks!
   * New upstream version. (Closes: #693810)
 - handles binary transfers properly (Closes: #689974)
@@ -124,12 +146,12 @@
 
 httpie (0.1.6+20120309git-2) unstable; urgency=low
 
-  * Depends on exact version of python-requests (Closes: #663506) 
+  * Depends on exact version of python-requests (Closes: #663506)
 
  -- Bartosz Fenski   Sat, 24 Mar 2012 17:43:02 +0100
 
 httpie (0.1.6+20120309git-1) unstable; urgency=low
 
-  * Initial release (Closes: #663184) 
+  * Initial release (Closes: #663184)
 
  -- Bartosz Fenski   Fri, 09 Mar 2012 09:23:08 +0100
diff -Nru httpie-3.2.1/debian/compat httpie-3.2.1/debian/compat
--- httpie-3.2.1/debian/compat  2022-07-19 11:06:14.0 +0100
+++ httpie-3.2.1/debian/compat  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-13
diff -Nru httpie-3.2.1/debian/control httpie-3.2.1/debian/control
--- httpie-3.2.1/debian/control 2022-07-19 11:06:14.0 +0100
+++ httpie-3.2.1/debian/control 2023-10-05 19:09:08.0 +0100
@@ -1,8 +1,10 @@
 Source: httpie
 Section: web
 Priority: optional
-Maintainer: Bartosz Fenski 
-Build-Depends: debhelper (>= 13.0.0),
+Uploaders: Bartosz Fenski ,
+   Arthur Diniz 
+Maintainer: Debian Python Team 
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-setuptools,
python3-pygments,
@@ -10,16 +12,19 @@
python3-pkg-resources,
python3-charset-normalizer,
python3-all
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/python-team/packages/httpie
+Vcs-Git: https://salsa.debian.org/python-team/packages/httpie.git
 Homepage: https://httpie.io
 
 Package: httpie
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, 
python3-defusedxml, python3-requests-toolbelt, python3-socks
 Description: CLI, cURL-like tool for humans
- HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based 
+ HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based
  services as human-friendly as possible.
  .
- HTTPie does so by providing an http command that allows for issuing 
- arbitrary HTTP requests using a simple and natural syntax and 
+ HTTPie does so by providing an http command that allows for issuing
+ arbitrary HTTP requests using a simple and natural syntax and
  displaying colorized responses.
diff -Nru httpie-3.2.1/debian/copyright httpie-3.2.1/debian/copyright
--- httpie-3.2.1/debian/copyright   2022-07-19 11:06:14.0 +0100
+++ httpie-3.2.1/debian/copyright   2023-10-05 19:09:08.0 +0100
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: httpie
 Source: <http://httpie.io>
 
@@ -58,6 +58,7 @@
 
 Files: debian/*
 Copyright: 2012-2022 Bartosz Feński 
+   2023 Arthur Diniz 
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff -Nru httpie-3.2.1/debian/gbp.conf httpie-3.2.1/debian/gbp.conf
--- httpie-3.2.1/debian/gbp.conf1970-01-01 01:00:00.0 +0100
+++ httpie-3.2.1/debian/gbp.conf2023-10-05 19:09:08.0 +0100
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch = debian/sid
+dis

Bug#1053000: ITP: golang-github-google-gnostic-models -- Protobuf models and libraries for gnostic-supported API formats

2023-09-26 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-google-gnostic-models
  Version : 0.6.8-1
  Upstream Author : Google
* URL : https://github.com/google/gnostic-models
* License : Apache-2.0
  Programming Lang: Go
  Description : Protobuf models and libraries for gnostic-supported API 
formats

 Contains Protocol Buffer models and associated libraries for working with API
 description formats supported by gnostic.
 .
 It exists to provide a lightweight distribution of these models with minimal
 dependencies.



Bug#1052998: ITP: golang-github-moby-spdystream -- A multiplexed stream library using spdy

2023-09-26 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-moby-spdystream
  Version : 0.2.0-1
  Upstream Author : Moby
* URL : https://github.com/moby/spdystream
* License : Apache-2.0 and BSD-3-Clause
  Programming Lang: Go
  Description : A multiplexed stream library using spdy



Bug#1052673: ITP: golang-github-bazelbuild-bazelisk -- A user-friendly launcher for Bazel.

2023-09-25 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-bazelbuild-bazelisk
  Version : 1.18.0-1
  Upstream Author : Bazel
* URL : https://github.com/bazelbuild/bazelisk
* License : Apache-2.0
  Programming Lang: Go
  Description : A user-friendly launcher for Bazel.

 Bazelisk is a user-friendly wrapper/launcher for Bazel written in Go.
 It automatically picks a good version of Bazel given your current working
 directory, downloads it from the official server (if required) and then
 transparently passes through all command-line arguments to the real Bazel 
binary.
 .
 You can call it just like you would call Bazel.
 .
 Before Bazelisk was rewritten in Go, it was a Python script. This still works
 and has the advantage that you can run it on any platform that has a Python
 interpreter, but is currently unmaintained and it doesn't support as many 
features.



Bug#1041792: Revision 3.2.1-2

2023-09-24 Thread Arthur Diniz
Dear Maintainer,

I've worked on this package doing the following updates:

 * d/control:
  - Bump Standards-Version to 4.6.2.
  - Declare Vcs-* fields under debian salsa group.
  - Declare Rules-Requires-Root to no.
  - Replace debhelper with debhelper-compat.
  - Removed trailing whitespaces.
  * d/copyright:
  - Add Arthur Diniz.
  - Update format URL.
  * d/changelog: Removed trailing whitespaces.
  * d/compat: Removed.
  * d/patches: Patch to disable update checks. (Closes: #1041792)
  * d/upstream/metadata: Created.
  * d/gbp.conf: Created.

A repo has been created in Salsa: https://salsa.debian.org/debian/httpie

The package now can be cloned and tested.

I'm available for any extra fixes and/or updates before uploading.

The changelog is with the label UNRELEASED, if no changes required we can
just change to unstable and do the upload.

---

I'm currently seeking new packages to work and adopt, if you have plans to
orphan httpie I'm available.

Cheers,
Arthur Diniz


Bug#1032033: ITP: tfk8s -- Tool for converting Kubernetes YAML manifests to Terraform HCL

2023-02-26 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: tfk8s
  Version : 0.1.10-1
  Upstream Author : John Houston
* URL : https://github.com/jrhouston/tfk8s
* License : Expat
  Programming Lang: Go
  Description : Tool for converting Kubernetes YAML manifests to Terraform 
HCL

 tfk8s is a tool that makes it easier to work with the Terraform
 Kubernetes Provider (https://github.com/hashicorp/terraform-provider-
 kubernetes).



Bug#994074: ITP: kubernetes-split-yaml -- Split a giant yaml file into one file per Kubernetes resource

2021-09-10 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: kubernetes-split-yaml
  Version : 0.3.0-1
  Upstream Author : Frederik Mogensen
* URL : https://github.com/mogensen/kubernetes-split-yaml
* License : Expat
  Programming Lang: Go
  Description : Split the 'giant yaml file' into one file pr kubernetes 
resource

 This program can be usefull in case it's necessary to split a big Kubernetes
 yaml manifest files into small ones.
 .
 It supports filters using namespaced hierarchy, Kubernetes objects starting
 with a word or Deployments and StatefulSets types.



Bug#994071: ITP: aws-nuke -- Nuke a whole AWS account and delete all its resources.

2021-09-10 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: aws-nuke
  Version : 2.16.0-1
  Upstream Author : reBuy reCommerce GmbH
* URL : https://github.com/rebuy-de/aws-nuke
* License : Expat
  Programming Lang: Go
  Description : Nuke a whole AWS account and delete all its resources.

 Remove all resources from an AWS account.
 .
 Be aware that aws-nuke is a very destructive tool, hence be very careful while
 using it. Otherwise can cause production data deletion.
 .
 As an advise try to not run this application on any AWS account, where cannot
 be afforded to lose all resources. By default aws-nuke only lists all resources
 to delete. It's necessary to add --no-dry-run to actually delete resources.
 .
 This tool retries deleting all resources until all specified ones are deleted
 or until there are only resources with errors left. AWS Credentials There are
 two ways to authenticate aws-nuke. There are static credentials and profiles.
 The later one can be configured in the shared credentials file or the shared
 config file.



Bug#989921: ITP: golang-github-mb0-glob -- A configurable globbing and matching algorithm for go

2021-06-15 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-github-mb0-glob
  Version : 0.0~git20160210.1eb79d2-1
  Upstream Author : Martin Schnabel
* URL : https://github.com/mb0/glob
* License : BSD-3-clause
  Programming Lang: Go
  Description : A configurable globbing and matching algorithm for go

 Configurable globbing and matching algorithm for go.
 .
 The package is based on the globbing and matching code from package
 path/filepath.



Bug#984558: ITP: golang-k8s-gengo -- gengo library for code generation.

2021-03-04 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-k8s-gengo
  Version : 0.0~git20210203.de9496d-1
  Upstream Author : Kubernetes
* URL : https://github.com/kubernetes/gengo
* License : Apache-2.0
  Programming Lang: Go
  Description : gengo library for code generation.

 A package for generating things based on go files. This mechanism was
 first used in Kubernetes and is split out here for ease of reuse and
 maintainability.
 .
 go get k8s.io/gengo/...  Examples A set generator, deep-copy generator,
 defaulter generator and go-to-protobuf generator are included here. Also,
 import-boss will enforce arbitrary rules about import trees.
 .
 We don't directly use the go types in the go typecheck library because
 they are based on implementing differing interfaces. A struct-based
 format is more convenient input for template driven output.  parser/
 Package parser parses go source files.  namer/ Package namer defines a
 naming system, for: * helping you reference go objects in a syntactically
 correct way * keeping track of what you reference, for importing the
 right packages * and defining parallel tracks of names, for making public
 interfaces and private implementations.



Bug#984552: ITP: golang-k8s-system-validators -- A set of system-oriented validators for kubeadm preflight checks.

2021-03-04 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-k8s-system-validators
  Version : 1.4.0-1
  Upstream Author : Kubernetes
* URL : https://github.com/kubernetes/system-validators
* License : Apache-2.0
  Programming Lang: Go
  Description : A set of system-oriented validators for kubeadm preflight 
checks.

 A set of system-oriented validators for kubeadm preflight checks.



Bug#984549: ITP: golang-k8s-utils -- Non-Kubernetes-specific utility libraries which are consumed by multiple projects.

2021-03-04 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: golang-k8s-utils
  Version : 0.0~git20210111.fddb29f-1
  Upstream Author : Kubernetes
* URL : https://github.com/kubernetes/utils
* License : Apache-2.0
  Programming Lang: Go
  Description : Non-Kubernetes-specific utility libraries which are 
consumed by multiple projects.

 A set of Go libraries that provide low-level,
 kubernetes-independent packages supplementing the Go
 standard libs (https://golang.org/pkg/#stdlib).  Purpose As
 Kubernetes grows and spins functionality out of its core
 (https://github.com/kubernetes/kubernetes) and into cooperating
 repositories like apiserver (https://github.com/kubernetes/apiserver),
 kubectl (https://github.com/kubernetes/kubectl), kubeadm
 (https://github.com/kubernetes/kubeadm), etc., the need arises for
 leaf repositories to house shared code and avoid cycles in repository
 relationships.
 .
 This repository is intended to hold shared utilities with no Kubernetes
 dependencies that may be of interest to any Go project.  See these
 instructions for moving (./HOWTOMOVE.md) an existing package to this
 repository.  Criteria for adding code here• Used by multiple Kubernetes
 repositories.• Complex enough to be worth vendoring, rather than copying
 (e.g. not 5 LOC).• Can be fully exercised by unit tests (e.g. no
 dependencies on kernels).• Has full unit test coverage.• Stable, or
 backward compatible, API, with complete godocs.• Go tools compliant (go
 get, go test, etc.).• Very few (ideally zero) external dependencies.•
 No dependencies on any other Kubernetes repository.Contributing Please see
 CONTRIBUTING.md (CONTRIBUTING.md) for instructions on how to contribute.



Bug#981797: ITP: golang-github-munnerz-goautoneg -- HTTP Content-Type Autonegotiation.

2021-02-03 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name : golang-github-munnerz-goautoneg
  Version  : 0.0~git20191010.a7dc8b6-1
  Upstream Author   : James Munnelly
* URL   : https://github.com/munnerz/goautoneg
* License  : BSD-3-clause
  Programming Lang: Go
  Description : HTTP Content-Type Autonegotiation.
  The functions in this package implement the behaviour specified in
   http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
  .
  func Negotiate(header string, alternatives []string) (content_type string)
  Negotiate the most appropriate content_type given the accept header
  and a list of alternatives.
  .
  func ParseAccept(header string) (accept []Accept)
  Parse an Accept Header string returning a sorted list
  of clauses



Bug#981290: golang-k8s-klog -- Leveled execution logs for Go (fork of https://github.com/golang/glog)

2021-01-28 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name  : golang-k8s-klog
  Version  : 2.5.0-1
  Upstream Author   : Kubernetes
* URL   : https://github.com/kubernetes/klog
* License  : Apache-2.0
  Programming Lang: Go
  Description : Leveled execution logs for Go (fork of
https://github.com/golang/glog)

 klog is a permanent fork of https://github.com/golang/glog. The decision
 to create klog was one that wasn't made lightly, but it was necessary due
 to some drawbacks that are present in glog (https://github.com/golang/glog
).
 Ultimately, the fork was created due to glog not being under active
development.


Bug#941983: ITP: hey -- hey is a tiny program that sends some load to a web application.

2019-10-08 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: hey
  Version : 0.1.2
  Upstream Author : Jaana B. Dogan 
* URL : https://github.com/rakyll/hey
* License : Apache-2.0
  Programming Lang: Go
  Description : hey is a tiny program that sends some load to a web 
application.

hey was originally called boom and was influenced from Tarek Ziade's tool at 
tarekziade/boom.
Using the same name was a mistake as it resulted in cases where binary name 
conflicts created confusion.
To preserve the name for its original owner, we renamed this project to hey.



Bug#935448: ITP: deprecated -- Python @deprecated decorator to deprecate old python classes, functions or methods

2019-08-22 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: python3-deprecated
  Version : 1.2.6
  Upstream Author : Tantale Solutions 
* URL : https://github.com/tantale/deprecated
* License : MIT
  Programming Lang: Python
  Description : Python @deprecated decorator to deprecate old python
classes, functions or methods.


Bug#920067: Request adoption for gt5

2019-08-22 Thread Arthur Diniz
package gt5
retitle 920067 ITA: gt5 -- shell program to display visual disk usage
with navigation
owner 920067 !
thanks


Bug#709682: python-github: changing back from RFC to ITP

2019-08-22 Thread Arthur Diniz
retitle 709682 ITP: python-github -- Python library for the full Github API v3
owner 709682 !
thanks


Bug#932492: Fix description and upstream

2019-08-01 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: commit-helper
  Version : 3.4.18
  Upstream Author : Andre Filho 
* URL : https://github.com/andre-filho/commit-helper
* License : GPL-3
  Programming Lang: Python
  Description : Helps you create and maintain your commit policy

The commit-helper do exactly what it's name suggest: helps you create
and maintain your git commit policy by tailoring your commit message
into a commit convention.


Bug#932493: ITP: commit-helper -- Helps you create and maintain your commit policy

2019-07-19 Thread Arthur Diniz
Package: wnpp
Owner: Arthur Diniz 
Severity: wishlist

* Package name: commit-helper
  Version : 3.4.18
  Upstream Author : Arthur Diniz 
* URL : https://github.com/andre-filho/commit-helper
* License : GPL-3
  Programming Lang: Python
  Description : Helps you create and maintain your commit policy

The commit-helper do exactly what it's name suggests: helps you create and
maintain your commit policy by tailoring your commit message into a commit
convention.


Bug#932492: ITP: commit-helper -- Helps you create and maintain your commit policy

2019-07-19 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: commit-helper
  Version : 3.4.18
  Upstream Author : Arthur Diniz 
* URL : https://github.com/andre-filho/commit-helper 
* License : GPL-3
  Programming Lang: Python
  Description : Helps you create and maintain your commit policy

The commit-helper do exactly what it's name suggest: helps you create and 
maintain your commit policy by tailoring your commit message into a commit 
convention.



Bug#932142: ITP: python3-colored -- Very simple Python library for color and form atting in terminal.

2019-07-15 Thread Arthur Diniz
Package: wnpp
Severity: wishlist
Owner: Arthur Diniz 

* Package name: python3-colored
  Version : 1.3.93
  Upstream Author : Dimitris Zlatanidis 
* URL : https://gitlab.com/dslackw/colored
* License : MIT
  Programming Lang: Python
  Description : Very simple Python library for color and formatting in
ter
minal.

Collection of color codes and names for 256 color terminal setups.
The following is a list of 256 colors for Xterm, containing an example
of the displayed color, Xterm Name, Xterm Number and HEX.