Re: updating golang-google-api-dev (for latest rclone)

2022-11-15 Thread Drew Parsons

On 2022-11-09 19:04, Drew Parsons wrote:

With today's release of pristine-tar we're now able to update the
source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
for the many dependencies of rclone 1.60.0.

rclone's go.mod declares that it requires golang-google-api-dev
0.91.0. The current version is 0.61.0, while latest version is
0.102.0.



I'm able to update golang-google-api-dev in the next week or so.

The latest version 0.102.0 references some unfinalised standards 
(enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll be 
conservative and upgrade golang-google-api-dev

only to 0.91.0 as required by rclone.

Drew



Re: updating golang-google-api-dev (for latest rclone)

2022-11-15 Thread Shengjing Zhu
On Tue, Nov 15, 2022 at 7:02 PM Drew Parsons  wrote:
>
> On 2022-11-09 19:04, Drew Parsons wrote:
> > With today's release of pristine-tar we're now able to update the
> > source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
> > for the many dependencies of rclone 1.60.0.
> >
> > rclone's go.mod declares that it requires golang-google-api-dev
> > 0.91.0. The current version is 0.61.0, while latest version is
> > 0.102.0.
>
>
> I'm able to update golang-google-api-dev in the next week or so.
>

Generally speaking, I think you don't need to wait that long. As it's
a team package, I bet foka is happy to see you helping to update that.
But you need to check if that breaks other packages, like running
`ratt(1)`. And if the results are fine, then just go ahead. I don't
think anyone will complain in this situation.

-- 
Shengjing Zhu



Re: updating golang-google-grpc (golang-google-api-dev for latest rclone)

2022-11-15 Thread Drew Parsons

On 2022-11-15 12:02, Drew Parsons wrote:

On 2022-11-09 19:04, Drew Parsons wrote:

With today's release of pristine-tar we're now able to update the
source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
for the many dependencies of rclone 1.60.0.

rclone's go.mod declares that it requires golang-google-api-dev
0.91.0. The current version is 0.61.0, while latest version is
0.102.0.



I'm able to update golang-google-api-dev in the next week or so.

The latest version 0.102.0 references some unfinalised standards
(enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
be conservative and upgrade golang-google-api-dev
only to 0.91.0 as required by rclone.



golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.

Shengjing Zhu, you've been processing golang-google-grpc recently.  
Would you be able to upgrade it in debian unstable to a more recent 
version? Or let me know if you're happy for me to process it.


Drew



Re: updating golang-google-grpc (golang-google-api-dev for latest rclone)

2022-11-15 Thread Shengjing Zhu
On Wed, Nov 16, 2022 at 2:43 AM Drew Parsons  wrote:
>
> On 2022-11-15 12:02, Drew Parsons wrote:
> > On 2022-11-09 19:04, Drew Parsons wrote:
> >> With today's release of pristine-tar we're now able to update the
> >> source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
> >> for the many dependencies of rclone 1.60.0.
> >>
> >> rclone's go.mod declares that it requires golang-google-api-dev
> >> 0.91.0. The current version is 0.61.0, while latest version is
> >> 0.102.0.
> >
> >
> > I'm able to update golang-google-api-dev in the next week or so.
> >
> > The latest version 0.102.0 references some unfinalised standards
> > (enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
> > be conservative and upgrade golang-google-api-dev
> > only to 0.91.0 as required by rclone.
>
>
> golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.
>

Oops!..

> Shengjing Zhu, you've been processing golang-google-grpc recently.
> Would you be able to upgrade it in debian unstable to a more recent
> version? Or let me know if you're happy for me to process it.

grpc-go 1.32 is the newest version that still builds with current
version of genproto.
And newer genproto will get into the troubles with protobuf/1.5.

See https://lists.debian.org/debian-go/2022/10/msg00048.html as well.

-- 
Shengjing Zhu



Re: updating golang-google-grpc (golang-google-api-dev for latest rclone)

2022-11-15 Thread Shengjing Zhu
On Wed, Nov 16, 2022 at 2:48 AM Shengjing Zhu  wrote:
>
> On Wed, Nov 16, 2022 at 2:43 AM Drew Parsons  wrote:
> >
> > On 2022-11-15 12:02, Drew Parsons wrote:
> > > On 2022-11-09 19:04, Drew Parsons wrote:
> > >> With today's release of pristine-tar we're now able to update the
> > >> source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
> > >> for the many dependencies of rclone 1.60.0.
> > >>
> > >> rclone's go.mod declares that it requires golang-google-api-dev
> > >> 0.91.0. The current version is 0.61.0, while latest version is
> > >> 0.102.0.
> > >
> > >
> > > I'm able to update golang-google-api-dev in the next week or so.
> > >
> > > The latest version 0.102.0 references some unfinalised standards
> > > (enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
> > > be conservative and upgrade golang-google-api-dev
> > > only to 0.91.0 as required by rclone.
> >
> >
> > golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.
> >
>
> Oops!..
>
> > Shengjing Zhu, you've been processing golang-google-grpc recently.
> > Would you be able to upgrade it in debian unstable to a more recent
> > version? Or let me know if you're happy for me to process it.
>
> grpc-go 1.32 is the newest version that still builds with current
> version of genproto.
> And newer genproto will get into the troubles with protobuf/1.5.
>
> See https://lists.debian.org/debian-go/2022/10/msg00048.html as well.
>

And I'm more than happy if you can process it, if you find the
solution without breaking the packages still are stuck with old
gogoprotobuf.

-- 
Shengjing Zhu



Re: updating golang-google-grpc (golang-google-api-dev for latest rclone)

2022-11-15 Thread Shengjing Zhu
On Wed, Nov 16, 2022 at 2:43 AM Drew Parsons  wrote:
>
> On 2022-11-15 12:02, Drew Parsons wrote:
> > On 2022-11-09 19:04, Drew Parsons wrote:
> >> With today's release of pristine-tar we're now able to update the
> >> source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
> >> for the many dependencies of rclone 1.60.0.
> >>
> >> rclone's go.mod declares that it requires golang-google-api-dev
> >> 0.91.0. The current version is 0.61.0, while latest version is
> >> 0.102.0.
> >
> >
> > I'm able to update golang-google-api-dev in the next week or so.
> >
> > The latest version 0.102.0 references some unfinalised standards
> > (enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
> > be conservative and upgrade golang-google-api-dev
> > only to 0.91.0 as required by rclone.
>
>
> golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.
>

Upstream already wants grpc 1.44 for 0.61.0(the version in unstable).
https://github.com/googleapis/google-api-go-client/blob/v0.61.0/go.mod

So it's lucky that it works with old grpc. What error when building
0.91.0 with old grpc?

-- 
Shengjing Zhu



Re: updating golang-google-grpc (golang-google-api-dev for latest rclone)

2022-11-15 Thread Drew Parsons

On 2022-11-15 20:04, Shengjing Zhu wrote:
On Wed, Nov 16, 2022 at 2:43 AM Drew Parsons  
wrote:


On 2022-11-15 12:02, Drew Parsons wrote:
> On 2022-11-09 19:04, Drew Parsons wrote:
>> With today's release of pristine-tar we're now able to update the
>> source for rclone from 1.53.3 to 1.60.0.  I've been uploading upgrades
>> for the many dependencies of rclone 1.60.0.
>>
>> rclone's go.mod declares that it requires golang-google-api-dev
>> 0.91.0. The current version is 0.61.0, while latest version is
>> 0.102.0.
>
>
> I'm able to update golang-google-api-dev in the next week or so.
>
> The latest version 0.102.0 references some unfinalised standards
> (enterprise-certificate-proxy V0.2.0 Public Preview Release), so I'll
> be conservative and upgrade golang-google-api-dev
> only to 0.91.0 as required by rclone.


golang-google-api-dev 0.91.0 will need golang-google-grpc 1.47.0.



Upstream already wants grpc 1.44 for 0.61.0(the version in unstable).
https://github.com/googleapis/google-api-go-client/blob/v0.61.0/go.mod

So it's lucky that it works with old grpc. What error when building
0.91.0 with old grpc?


I haven't attempted it yet, I've just been updating debian/control in 
anticipation.  I'll try some permutations and report back. In the worst 
case, might have to compromise with an older version update to rclone.


Drew



Re: Bug#915649: Update raven-go to latest upstream version (0.1.0)

2022-11-15 Thread Nicholas D Steeves
Version: 0.2.0+ds1-2

This bug was resolved when this version was uploaded.