Here is a short list of what I have done: 1. Registered an account on the Fedora Account System (FAS) a while ago. 2. Uploaded my public key on FAS. 3. Tried to clone the python-boto3 repo, because I would like to upgrade it to 1.3.0. * Got access denied. * It should be possible to clone and send pull-requests to the repo. (github-like) 4. Tried to send an e-mail to the owner of aws group, saying that I would like to send a pull-request, and asking if there is anything I needed to do. 5. Got a mail from someone saying I should join this list :-) So my question now is how can I send this pull-request the easiest way? It is just a line change with version to 1.3.0! I believe that if people easily could send patches, and it is easy to approve them, then it would improve Fedora :-) -Kjetil On ti., 2016-04-26 at 05:23 -0600, Oscar Schultz wrote: > Good morning Kjetil, > I also would like to contribute to Fedora. > The Fedora-join list does not get a lot of traffic. > If you already know a fedora contributor you should ask them to > mentor you through the process to become a contributor. Without a > mentor it is easy to stall. > Please try to journal your progress of becoming a contributor and > post your progress so others might trace your progress. > > Good luck and thank you for your efforts to improve fedora. > Oscar Schultz > > > On Apr 26, 2016, at 02:05, Kjetil Nygård <[email protected]> > > wrote: > > > > Hi, > > > > My name is Kjetil Nygård, and I have been using RedHat / Fedora > > since '99 / Red Hat 5.2, but I have not been a contributor yet. > > > > > > > > -- Regards,
Kjetil Nygård +47 4147 4337 [email protected]
From 17cc184a1a323e6a76409a3c64fd74c8fd8af07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20Nyg=C3=A5rd?= <[email protected]> Date: Wed, 27 Apr 2016 07:45:33 +0200 Subject: [PATCH] Bumped version to 1.3.0 --- python-boto3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-boto3.spec b/python-boto3.spec index 9ba6e07..1893b59 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -12,7 +12,7 @@ %global pypi_name boto3 Name: python-%{pypi_name} -Version: 1.2.4 +Version: 1.3.0 Release: 1%{?dist} Summary: The AWS SDK for Python -- 2.7.4
_______________________________________________ fedora-join mailing list [email protected] http://lists.fedoraproject.org/admin/lists/[email protected]
