~martijnbraam/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[[PATCH lsplug] 1/2] Restore accidentally deleted line

Details
Message ID
<20230816111302.21704-1-hugo@whynothugo.nl>
DKIM signature
missing
Download raw message
Patch: +1 -0
See: https://git.sr.ht/~martijnbraam/lsplug/commit/2f175185620fc948603721ff22ab4acc9e278aaf
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 3cf115a..d63adce 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,7 @@ setup(name='lsplug',
      author='Martijn Braam',
      author_email='martijn@brixit.nl',
      packages=['lsplug'],
      classifiers=[
          'License :: OSI Approved :: MIT License',
      ],
      entry_points={
-- 
2.41.0

[[PATCH lsplug] 2/2] Add instructions for sending patches

Details
Message ID
<20230816111302.21704-2-hugo@whynothugo.nl>
In-Reply-To
<20230816111302.21704-1-hugo@whynothugo.nl> (view parent)
DKIM signature
missing
Download raw message
Patch: +11 -1
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 953d266..4335409 100644
--- a/README.md
+++ b/README.md
@@ -84,4 +84,14 @@ USB 1-8  [1050:0116] Yubico.com Yubikey NEO(-N) OTP+U2F+CCID
   Speed: 12 Mbps, MaxPower: 30mA
USB 1-4  [1a86:7523] QinHeng Electronics CH340 serial converter
   Speed: 12 Mbps, MaxPower: 100mA
```
\ No newline at end of file
```

## Contributing

Send patches to via `git send-email`:

```
git config sendemail.to '~martijnbraam/public-inbox@lists.sr.ht'
git config format.subjectPrefix '[PATCH lsplug]'
git send-email FIRST_COMMIT~
```
-- 
2.41.0
Details
Message ID
<0aa21758-99b0-7d1d-1a20-f4a5ec043691@brixit.nl>
In-Reply-To
<20230816111302.21704-1-hugo@whynothugo.nl> (view parent)
DKIM signature
missing
Download raw message
Thanks, I've applied the patches. I modified the README update to drop 
the brackets from the subjectPrefix since that corrupts the header.

On 8/16/23 13:13, Hugo Osvaldo Barrera wrote:
> See: https://git.sr.ht/~martijnbraam/lsplug/commit/2f175185620fc948603721ff22ab4acc9e278aaf
> ---
>   setup.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/setup.py b/setup.py
> index 3cf115a..d63adce 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -7,6 +7,7 @@ setup(name='lsplug',
>         author='Martijn Braam',
>         author_email='martijn@brixit.nl',
>         packages=['lsplug'],
> +      classifiers=[
>             'License :: OSI Approved :: MIT License',
>         ],
>         entry_points={
Details
Message ID
<f33aef3c-faa6-4b4f-b487-75a163ef3a6c@app.fastmail.com>
In-Reply-To
<0aa21758-99b0-7d1d-1a20-f4a5ec043691@brixit.nl> (view parent)
DKIM signature
missing
Download raw message

On Wed, 16 Aug 2023, at 14:10, Martijn Braam wrote:
> Thanks, I've applied the patches. I modified the README update to drop 
> the brackets from the subjectPrefix since that corrupts the header.
>

Right, it seems that the braces are not required.
I'll keep it in mind.

Cheers,

-- 
Hugo
Reply to thread Export thread (mbox)