GNU bug report logs -
#41227
[PATCH] gnu: Add python-random-user-agent.
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Wed, 13 May 2020 07:54:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41227 in the body.
You can then email your comments to 41227 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41227
; Package
guix-patches
.
(Wed, 13 May 2020 07:54:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Edouard Klein <edk <at> beaver-labs.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 13 May 2020 07:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-random-user-agent): New variable.
---
gnu/packages/python-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 32a4d2b756..c6d8c3744b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3769,3 +3769,24 @@ Selenium specifically provides infrastructure for the W3C WebDriver specificatio
— a platform and language-neutral coding interface compatible with all
major web browsers.")
(license license:asl2.0)))
+
+(define-public python-random-user-agent
+ (package
+ (name "python-random-user-agent")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "random_user_agent" version))
+ (sha256
+ (base32
+ "04nhzdh2ki7ybhjrmghxci6hcm6i03vvin2q2ynj87fbr1pa534g"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/Luqman-Ud-Din/random_user_agent")
+ (synopsis
+ "Random user agents based on filters provided by the user")
+ (description
+ "Provides list of user agents, from a collection of more than
+ 326,000 user agents, based on filters.")
+ (license license:expat)))
--
2.26.2
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Wed, 20 May 2020 21:36:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Edouard Klein <edk <at> beaver-labs.com>
:
bug acknowledged by developer.
(Wed, 20 May 2020 21:36:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 41227-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Edouard Klein <edk <at> beaver-labs.com> writes:
> * gnu/packages/python-web.scm (python-random-user-agent): New variable.
Thanks!
A few cosmetic comments:
> + (home-page
> + "https://github.com/Luqman-Ud-Din/random_user_agent")
This line break is unnecessary.
> + (synopsis
> + "Random user agents based on filters provided by the user")
I shortened this to "List of user agents".
> + (description
> + "Provides list of user agents, from a collection of more than
> + 326,000 user agents, based on filters.")
And expanded on this a bit, to turn it into a full sentence and provide
a little more context.
Applied!
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 18 Jun 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.