maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: python-oauthlib: Update to 3.1.0. 2eb74175d937398ac1c8d0137270a4b1d13d35e5 Marius Bakke 2020-09-27 23:21:58
gnu: python-openid: Update to 3.2.0. a05b7f6a449ea225659d1beb4e240c47c3b7cf1b Marius Bakke 2020-09-27 23:20:49
gnu: Rename 'llvm-download-uri' to 'llvm-uri'. abcdf6bfd7b264c8135ae4706125658bcd176304 Marius Bakke 2020-10-07 13:37:43
gnu: folly: Remove reference to missing patch. 9ac212cbae933d0520e6e09bd7e33d82e7102df6 Marius Bakke 2020-10-10 21:16:06
gnu: Add folly. 5b548a1ee45bb12111af50cf00eb696207e207c5 Greg Hogan 2020-09-22 15:22:32
gnu: Add liburing. 350e61bcf01c7327d9c68eb9222a855cd8174f09 Greg Hogan 2020-09-30 19:00:53
gnu: Add python-nestedtext. d31277e7b272f366bb872b34291d7fdb658ed12c Tanguy Le Carrour 2020-10-08 12:10:50
gnu: Add python-inform. c9a99803dd392969b8dc7f0386c0b99ca40073c9 Tanguy Le Carrour 2020-10-08 12:10:49
gnu: beets: Skip failing tests. 1f1996e6a5cc5203e0534dc26fe51b87832082aa Tanguy Le Carrour 2020-10-08 10:37:04
gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu. 02036cdda4d2600166322a12d3eb0ab2a5b18f4e Ludovic Courtès 2020-10-10 20:28:51
gnu: mig: Define 'mig/32-bit'. 6530f5367c1ba0ef4de59d865c0aaa184f868f5a Ludovic Courtès 2020-10-10 20:26:14
svn-download, hg-download: Use 'report-invoke-error'. b55409b2c0a0cb53f251ceab7746d35805b64ab7 Ludovic Courtès 2020-10-09 22:03:57
gnu: obs: Fix missing icons. 45cad97d9ee15a4b43e83d735185ff633a95cc09 Oleg Pykhalov 2020-10-10 19:50:26
gnu; sudo: Remove 'groff' input when building for the Hurd. e42765b675d5f3fced0720c1a66350c635fd8643 Jan (janneke) Nieuwenhuizen 2020-10-10 16:22:22
gnu: acl: Disable tests for the Hurd. 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6 Jan (janneke) Nieuwenhuizen 2020-10-10 16:20:09
gnu: Add nmrpflash. 93d3cfec32bbbe1dfbe0be686b371973545b35b8 Danny Milosavljevic 2020-10-10 16:13:51
gnu: Add perl-opengl. 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 Andreas Enge 2020-10-05 22:43:45
gnu: stumpwm: Fix the Texinfo manual. afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 Tobias Geerinckx-Rice 2020-10-10 12:01:36
services: hurd-vm: Add 'gdb-minimal' to the default OS. cf197bff6ae1aec76ca05288a09a3631e46077e7 Ludovic Courtès 2020-10-09 21:57:31
gnu: source-highlight: Allow cross-compilation. 2f4b51ab22b312b11656f70e2dd08290592358d3 Ludovic Courtès 2020-10-09 21:31:18
Commit 2eb74175d937398ac1c8d0137270a4b1d13d35e5 - gnu: python-oauthlib: Update to 3.1.0.
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.1.0.
Author: Marius Bakke
Author date (UTC): 2020-09-27 23:21
Committer name: Marius Bakke
Committer date (UTC): 2020-10-10 21:39
Parent(s): a05b7f6a449ea225659d1beb4e240c47c3b7cf1b
Signer:
Signing key: A2A06DF2A33A54FA
Signing status: E
Tree: 92990c1bcd8242c7ea486a861b65cc3b52394e60
File Lines added Lines deleted
gnu/packages/python-web.scm 2 2
File gnu/packages/python-web.scm changed (mode: 100644) (index 5b5ee7941c..9813894b30)
... ... adapter for use with the Requests library.")
2164 2164 (define-public python-oauthlib (define-public python-oauthlib
2165 2165 (package (package
2166 2166 (name "python-oauthlib") (name "python-oauthlib")
2167 (version "3.0.1")
2167 (version "3.1.0")
2168 2168 (source (origin (source (origin
2169 2169 (method url-fetch) (method url-fetch)
2170 2170 (uri (pypi-uri "oauthlib" version)) (uri (pypi-uri "oauthlib" version))
2171 2171 (sha256 (sha256
2172 2172 (base32 (base32
2173 "163jg4a8f7c5ki655grrr47kgljy12wri3qly7ijf64sk1fjrqqc"))))
2173 "12gqnabwck30gdlpwm6af3s28qm9p2yc7b1w8s4fk9ncbz1irr5y"))))
2174 2174 (build-system python-build-system) (build-system python-build-system)
2175 2175 (arguments (arguments
2176 2176 `(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main